MathML::Element
# File lib/math_ml/element.rb, line 77 def initialize(numerator, denominator) super("mfrac") self << numerator self << denominator end
[Validate]
Generated with the Darkfish Rdoc Generator 2.