class MathML::Identifier

Public Class Methods

new() click to toggle source
Calls superclass method
    # File lib/math_ml/element.rb
159 def initialize
160   super('mi')
161 end