Class: Plurimath::Omml
- Inherits:
-
Object
- Object
- Plurimath::Omml
- Defined in:
- lib/plurimath/omml.rb,
lib/plurimath/omml/parser.rb,
lib/plurimath/omml/transform.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
-
#initialize(text) ⇒ Omml
constructor
A new instance of Omml.
- #to_formula ⇒ Object
Constructor Details
#initialize(text) ⇒ Omml
Returns a new instance of Omml.
7 8 9 |
# File 'lib/plurimath/omml.rb', line 7 def initialize(text) @text = text end |
Instance Attribute Details
#text ⇒ Object
Returns the value of attribute text.
5 6 7 |
# File 'lib/plurimath/omml.rb', line 5 def text @text end |