# File lib/math_ml/element.rb, line 77 def initialize(numerator, denominator) super("mfrac") self << numerator self << denominator end