Methods

MathML::Over

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.