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