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
150 151 152 |
# File 'lib/timing/natural_time_language_interpreters.rb', line 150 def last? text_value.downcase == 'last' end |
#next? ⇒ Boolean
154 155 156 |
# File 'lib/timing/natural_time_language_interpreters.rb', line 154 def next? text_value.downcase == 'next' end |