Class: MathML::Under

Inherits:
Element show all
Defined in:
lib/math_ml/element.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, under) ⇒ Under

Returns a new instance of Under.



138
139
140
141
# File 'lib/math_ml/element.rb', line 138

def initialize(base, under)
	super("munder")
	self << base << under
end