Method: AsciiMath::Expression#initialize
- Defined in:
- lib/asciimath/parser.rb
#initialize(asciimath, ast) ⇒ Expression
Returns a new instance of Expression.
760 761 762 763 |
# File 'lib/asciimath/parser.rb', line 760 def initialize(asciimath, ast) @asciimath = asciimath @ast = ast end |