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