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.
171 172 173 |
# File 'lib/math_ml/element.rb', line 171 def initialize super('mtext') end |