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