Class: MathML::Space

Inherits:
Element show all
Defined in:
lib/math_ml/element.rb

Instance Attribute Summary

Attributes inherited from Element

#display_style

Instance Method Summary collapse

Methods inherited from Element

#as_display_style

Methods inherited from XMLElement

#pop

Constructor Details

#initialize(width) ⇒ Space

Returns a new instance of Space.



51
52
53
# File 'lib/math_ml/element.rb', line 51

def initialize(width)
	super("mspace", "width"=>width)
end