Class: Termular::AST::CartesianCommand
- Defined in:
- lib/termular/parser.rb
Instance Attribute Summary collapse
-
#expression ⇒ Object
Returns the value of attribute expression.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Termular::AST::Base
Instance Attribute Details
#expression ⇒ Object
Returns the value of attribute expression.
55 56 57 |
# File 'lib/termular/parser.rb', line 55 def expression @expression end |