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

Methods

new  

Public Class methods

[Source]

# File lib/math_ml.rb, line 82
      def initialize(width)
         super("mspace", "width"=>width)
      end

[Validate]