[Source]
# File lib/math_ml/element.rb, line 138 138: def initialize(base, under) 139: super("munder") 140: self << base << under 141: end
[Validate]