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