Class: MathML::Td

Inherits:
Element show all
Defined in:
lib/math_ml.rb

Instance Attribute Summary

Attributes inherited from Element

#display_style

Instance Method Summary collapse

Methods inherited from Element

#<<, #as_display_style

Methods inherited from XMLElement

#pop

Constructor Details

#initializeTd

Returns a new instance of Td.



255
256
257
# File 'lib/math_ml.rb', line 255

def initialize
	super("mtd")
end