class MathML::Td

Public Class Methods

new() click to toggle source
Calls superclass method
    # File lib/math_ml/element.rb
223 def initialize
224         super("mtd")
225 end