Module: Trxl::HashEntry0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#key ⇒ Object
2542 2543 2544 |
# File 'lib/trxl/trxl_grammar.rb', line 2542 def key elements[0] end |
#space1 ⇒ Object
2546 2547 2548 |
# File 'lib/trxl/trxl_grammar.rb', line 2546 def space1 elements[1] end |
#space2 ⇒ Object
2550 2551 2552 |
# File 'lib/trxl/trxl_grammar.rb', line 2550 def space2 elements[3] end |
#value ⇒ Object
2554 2555 2556 |
# File 'lib/trxl/trxl_grammar.rb', line 2554 def value elements[4] end |