Module: Exalted::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 Ast.add(multitive.ast, additive.ast ) end |