class MathML::Text
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/math_ml/element.rb 163 def initialize 164 super("mtext") 165 end