class MathML::Td

Public Class Methods

new() click to toggle source
Calls superclass method
    # File lib/math_ml/element.rb
231 def initialize
232   super('mtd')
233 end