class MathML::Identifier
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/math_ml/element.rb 151 def initialize 152 super("mi") 153 end