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
142 143 144 |
# File 'lib/timing/natural_time_language_interpreters.rb', line 142 def last? text_value.downcase == 'last' end |
#next? ⇒ Boolean
146 147 148 |
# File 'lib/timing/natural_time_language_interpreters.rb', line 146 def next? text_value.downcase == 'next' end |