class MathML::Text
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/math_ml/element.rb 171 def initialize 172 super('mtext') 173 end