Class: MathML::Space
- Inherits:
-
Element
- Object
- EimXML::Element
- XMLElement
- Element
- MathML::Space
- Defined in:
- lib/math_ml.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.
82 83 84 |
# File 'lib/math_ml.rb', line 82 def initialize(width) super("mspace", "width"=>width) end |