Module: ExaltedMath::Maths::Multitive1

Defined in:
lib/exalted_math/math.rb

Instance Method Summary collapse

Instance Method Details

#astObject



158
159
160
# File 'lib/exalted_math/math.rb', line 158

def ast
  Node::Multiply.new(primary.ast, multitive.ast )
end