Module: ExaltedMath::Maths::Additive1
- Defined in:
- lib/exalted_math/math.rb
Instance Method Summary collapse
Instance Method Details
#ast ⇒ Object
27 28 29 |
# File 'lib/exalted_math/math.rb', line 27 def ast Node::Add.new(multitive.ast, additive.ast ) end |