class MathML::Under
Public Class Methods
new(base, under)
click to toggle source
Calls superclass method
# File lib/math_ml/element.rb 146 def initialize(base, under) 147 super('munder') 148 self << base << under 149 end