Class: Termular::AST::PolarCommand
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.
63 64 65 |
# File 'lib/termular/parser.rb', line 63 def expression @expression end |