Module: Arithmetic::Primary0
- Defined in:
- lib/mail/vendor/treetop-1.4.3/examples/lambda_calculus/arithmetic.rb
Instance Method Summary collapse
Instance Method Details
#expression ⇒ Object
349 350 351 |
# File 'lib/mail/vendor/treetop-1.4.3/examples/lambda_calculus/arithmetic.rb', line 349 def expression elements[2] end |
#space ⇒ Object
345 346 347 |
# File 'lib/mail/vendor/treetop-1.4.3/examples/lambda_calculus/arithmetic.rb', line 345 def space elements[1] end |