Module: Trxl::RoundFunction0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
- #digits ⇒ Object
- #space1 ⇒ Object
- #space2 ⇒ Object
- #space3 ⇒ Object
- #space4 ⇒ Object
- #space5 ⇒ Object
- #value ⇒ Object
Instance Method Details
#digits ⇒ Object
6119 6120 6121 |
# File 'lib/trxl/trxl_grammar.rb', line 6119 def digits elements[8] end |
#space1 ⇒ Object
6099 6100 6101 |
# File 'lib/trxl/trxl_grammar.rb', line 6099 def space1 elements[1] end |
#space2 ⇒ Object
6103 6104 6105 |
# File 'lib/trxl/trxl_grammar.rb', line 6103 def space2 elements[3] end |
#space3 ⇒ Object
6111 6112 6113 |
# File 'lib/trxl/trxl_grammar.rb', line 6111 def space3 elements[5] end |
#space4 ⇒ Object
6115 6116 6117 |
# File 'lib/trxl/trxl_grammar.rb', line 6115 def space4 elements[7] end |
#space5 ⇒ Object
6123 6124 6125 |
# File 'lib/trxl/trxl_grammar.rb', line 6123 def space5 elements[9] end |
#value ⇒ Object
6107 6108 6109 |
# File 'lib/trxl/trxl_grammar.rb', line 6107 def value elements[4] end |