class Timing::NaturalTimeLanguage::DayName

Constants

SHORT_NAMES

Public Instance Methods

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