Class MathML::Row
In: lib/math_ml/element.rb
Parent: Element

Methods

new  

Public Class methods

[Source]

    # File lib/math_ml/element.rb, line 39
39:                 def initialize
40:                         super("mrow")
41:                 end

[Validate]