Methods

MathML::Under

Public Class Methods

new(base, under) click to toggle source
# File lib/math_ml/element.rb, line 138
def initialize(base, under)
        super("munder")
        self << base << under
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.