class MathML::Row
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/math_ml/element.rb 39 def initialize 40 super('mrow') 41 end