class MathML::Sqrt
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/math_ml/element.rb 169 def initialize 170 super("msqrt") 171 end