Class: Latexmath::Equation
- Inherits:
-
Object
- Object
- Latexmath::Equation
- Defined in:
- lib/latexmath/equation.rb
Instance Method Summary collapse
-
#initialize(string) ⇒ Equation
constructor
A new instance of Equation.
- #to_mathml ⇒ Object
Constructor Details
#initialize(string) ⇒ Equation
Returns a new instance of Equation.
3 4 5 |
# File 'lib/latexmath/equation.rb', line 3 def initialize(string) @latex = string end |