Class: MathML::Operator

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

#initializeOperator

Returns a new instance of Operator.



157
158
159
# File 'lib/math_ml/element.rb', line 157

def initialize
	super("mo")
end