class MathML::Row

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/math_ml/element.rb, line 39
def initialize
        super("mrow")
end