[Source]
# File lib/math_ml/element.rb, line 51 51: def initialize(width) 52: super("mspace", "width"=>width) 53: end
[Validate]