Class: Timing::NaturalTimeLanguage::LastNext
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Timing::NaturalTimeLanguage::LastNext
- Defined in:
- lib/timing/natural_time_language_interpreters.rb
Instance Method Summary collapse
Instance Method Details
#last? ⇒ Boolean
144 145 146 |
# File 'lib/timing/natural_time_language_interpreters.rb', line 144 def last? text_value.downcase == 'last' end |
#next? ⇒ Boolean
148 149 150 |
# File 'lib/timing/natural_time_language_interpreters.rb', line 148 def next? text_value.downcase == 'next' end |