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