Module: CEML::Lexer::Id0
- Defined in:
- lib/ceml/lang/tt/lexer.rb
Instance Method Summary collapse
Instance Method Details
#reserved_word ⇒ Object
614 615 616 |
# File 'lib/ceml/lang/tt/lexer.rb', line 614 def reserved_word elements[0] end |
#ws ⇒ Object
618 619 620 |
# File 'lib/ceml/lang/tt/lexer.rb', line 618 def ws elements[1] end |