Class: Mathemagical::Td

Inherits:
Element show all
Defined in:
lib/mathemagical/element.rb

Instance Attribute Summary

Attributes inherited from Element

#attributes, #children, #display_style, #name

Instance Method Summary collapse

Methods inherited from Element

#<<, #[], #[]=, #as_display_style, #build_attributes_string, #child_ml, #pop, #self_closing_xml, #to_s, #xml

Constructor Details

#initializeTd

Returns a new instance of Td.



300
301
302
# File 'lib/mathemagical/element.rb', line 300

def initialize
	super("mtd")
end