Class MathML::None
In: lib/math_ml/element.rb
Parent: Element

Methods

new  

Public Class methods

[Source]

    # File lib/math_ml/element.rb, line 45
45:                 def initialize
46:                         super("none")
47:                 end

[Validate]