class MathML::Space

Public Class Methods

new(width) click to toggle source
Calls superclass method
# File lib/math_ml/element.rb, line 51
def initialize(width)
        super("mspace", "width"=>width)
end