Module: Trxl::ToFloatFunction0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#expression ⇒ Object
5910 5911 5912 |
# File 'lib/trxl/trxl_grammar.rb', line 5910 def expression elements[4] end |
#space1 ⇒ Object
5902 5903 5904 |
# File 'lib/trxl/trxl_grammar.rb', line 5902 def space1 elements[1] end |
#space2 ⇒ Object
5906 5907 5908 |
# File 'lib/trxl/trxl_grammar.rb', line 5906 def space2 elements[3] end |
#space3 ⇒ Object
5914 5915 5916 |
# File 'lib/trxl/trxl_grammar.rb', line 5914 def space3 elements[5] end |