class Timing::NaturalTimeLanguage::MonthName

Constants

SHORT_NAMES

Public Instance Methods

value() click to toggle source
# File lib/timing/natural_time_language_interpreters.rb, line 307
def value
  SHORT_NAMES.index text_value[0..2].downcase
end