Module: InputGrammar::TimeRange1
- Defined in:
- lib/worked/inputgrammar.rb
Instance Method Summary collapse
Instance Method Details
#from ⇒ Object
182 183 184 |
# File 'lib/worked/inputgrammar.rb', line 182 def from f.to_24h end |
#to ⇒ Object
186 187 188 |
# File 'lib/worked/inputgrammar.rb', line 186 def to t.to_24h end |