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