Class: Plurimath::Mathml
- Inherits:
-
Object
- Object
- Plurimath::Mathml
- Defined in:
- lib/plurimath/mathml.rb,
lib/plurimath/mathml/parser.rb,
lib/plurimath/mathml/constants.rb,
lib/plurimath/mathml/translator.rb,
lib/plurimath/mathml/formula_transformation.rb,
lib/plurimath/mathml/utility/formula_transformation.rb
Defined Under Namespace
Modules: FormulaTransformation, Utility Classes: Constants, Parser, Translator
Instance Attribute Summary collapse
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
-
#initialize(text) ⇒ Mathml
constructor
A new instance of Mathml.
- #to_formula ⇒ Object
Constructor Details
#initialize(text) ⇒ Mathml
Returns a new instance of Mathml.
12 13 14 |
# File 'lib/plurimath/mathml.rb', line 12 def initialize(text) @text = text end |
Instance Attribute Details
#text ⇒ Object
Returns the value of attribute text.
10 11 12 |
# File 'lib/plurimath/mathml.rb', line 10 def text @text end |