class Arbre::HTML::Table
def initialize(*)
def initialize(*) super set_table_tag_defaults end
def set_table_tag_defaults
def set_table_tag_defaults set_attribute :border, 0 set_attribute :cellspacing, 0 set_attribute :cellpadding, 0 end
def initialize(*) super set_table_tag_defaults end
def set_table_tag_defaults set_attribute :border, 0 set_attribute :cellspacing, 0 set_attribute :cellpadding, 0 end