Class: MathML::Space
- Inherits:
-
Element
- Object
- EimXML::Element
- XMLElement
- Element
- MathML::Space
- Defined in:
- lib/math_ml/element.rb
Instance Attribute Summary
Attributes inherited from Element
Instance Method Summary collapse
-
#initialize(width) ⇒ Space
constructor
A new instance of Space.
Methods inherited from Element
Methods inherited from XMLElement
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 |