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