class MathML::None
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/math_ml/element.rb, line 45 def initialize super("none") end