Class MathML::Space
In: lib/math_ml/element.rb
Parent: Element

Methods

new  

Public Class methods

[Source]

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

[Validate]