[Source]
# File lib/math_ml/element.rb, line 131 131: def initialize(base, over) 132: super("mover") 133: self << base << over 134: end
[Validate]