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