class MathML::Number

Public Class Methods

new() click to toggle source
Calls superclass method
    # File lib/math_ml/element.rb
145 def initialize
146         super("mn")
147 end