class MathML::Number

Public Class Methods

new() click to toggle source
Calls superclass method
    # File lib/math_ml/element.rb
153 def initialize
154   super('mn')
155 end