Module: CEML::Lexer::Duration0
- Defined in:
- lib/ceml/lang/tt/lexer.rb
Instance Method Summary collapse
Instance Method Details
#number ⇒ Object
701 702 703 |
# File 'lib/ceml/lang/tt/lexer.rb', line 701 def number elements[0] end |
#time_unit ⇒ Object
705 706 707 |
# File 'lib/ceml/lang/tt/lexer.rb', line 705 def time_unit elements[2] end |