Class: MathML::Text
- Inherits:
-
Element
- Object
- EimXML::Element
- XMLElement
- Element
- MathML::Text
- Defined in:
- lib/math_ml.rb
Instance Attribute Summary
Attributes inherited from Element
Instance Method Summary collapse
-
#initialize ⇒ Text
constructor
A new instance of Text.
Methods inherited from Element
Methods inherited from XMLElement
Constructor Details
#initialize ⇒ Text
Returns a new instance of Text.
195 196 197 |
# File 'lib/math_ml.rb', line 195 def initialize super("mtext") end |