Class: MathML::Text
- Inherits:
-
Element
- Object
- EimXML::Element
- XMLElement
- Element
- MathML::Text
- Defined in:
- lib/math_ml/element.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.
163 164 165 |
# File 'lib/math_ml/element.rb', line 163 def initialize super("mtext") end |