Class: MathML::Over

Inherits:
Element show all
Defined in:
lib/math_ml.rb

Instance Attribute Summary

Attributes inherited from Element

#display_style

Instance Method Summary collapse

Methods inherited from Element

#<<, #as_display_style

Methods inherited from XMLElement

#pop

Constructor Details

#initialize(base, over) ⇒ Over

Returns a new instance of Over.



163
164
165
166
# File 'lib/math_ml.rb', line 163

def initialize(base, over)
	super("mover")
	self << base << over
end