Class
MathML::Operator
In:
lib/math_ml.rb
Parent:
Element
Methods
new
Public Class methods
new
()
[Source]
# File lib/math_ml.rb, line 196
def
initialize
super
(
"mo"
)
end
[Validate]