Module: Trxl::IsEmptyFunction0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#expression ⇒ Object
6891 6892 6893 |
# File 'lib/trxl/trxl_grammar.rb', line 6891 def expression elements[4] end |
#space1 ⇒ Object
6883 6884 6885 |
# File 'lib/trxl/trxl_grammar.rb', line 6883 def space1 elements[1] end |
#space2 ⇒ Object
6887 6888 6889 |
# File 'lib/trxl/trxl_grammar.rb', line 6887 def space2 elements[3] end |
#space3 ⇒ Object
6895 6896 6897 |
# File 'lib/trxl/trxl_grammar.rb', line 6895 def space3 elements[5] end |