Class: MathEngine::ParametersNode
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
Methods inherited from Node
Constructor Details
This class inherits a constructor from MathEngine::Node
Instance Method Details
#to_a ⇒ Object
38 39 40 |
# File 'lib/nodes.rb', line 38 def to_a [left] + (right ? right.to_a : []) end |