Class: MathML::Over
- Inherits:
-
Element
- Object
- EimXML::Element
- XMLElement
- Element
- MathML::Over
- Defined in:
- lib/math_ml/element.rb
Instance Attribute Summary
Attributes inherited from Element
Instance Method Summary collapse
-
#initialize(base, over) ⇒ Over
constructor
A new instance of Over.
Methods inherited from Element
Methods inherited from XMLElement
Constructor Details
#initialize(base, over) ⇒ Over
Returns a new instance of Over.
131 132 133 134 |
# File 'lib/math_ml/element.rb', line 131 def initialize(base, over) super("mover") self << base << over end |