class MathML::Sqrt
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/math_ml/element.rb 177 def initialize 178 super('msqrt') 179 end