class MathML::Space
Public Class Methods
new(width)
click to toggle source
Calls superclass method
# File lib/math_ml/element.rb 51 def initialize(width) 52 super('mspace', 'width' => width) 53 end