Class: Plurimath::Html
- Inherits:
-
Object
- Object
- Plurimath::Html
- Defined in:
- lib/plurimath/html.rb,
lib/plurimath/html/parse.rb,
lib/plurimath/html/parser.rb,
lib/plurimath/html/constants.rb,
lib/plurimath/html/transform.rb
Defined Under Namespace
Classes: Constants, Parse, Parser, Transform
Instance Attribute Summary collapse
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
-
#initialize(text) ⇒ Html
constructor
A new instance of Html.
- #to_formula ⇒ Object
Constructor Details
#initialize(text) ⇒ Html
Returns a new instance of Html.
7 8 9 |
# File 'lib/plurimath/html.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/html.rb', line 5 def text @text end |