Object
# File lib/rabbit/element/table.rb, line 54 def text "#{super}\n" end
# File lib/rabbit/element/table.rb, line 58 def to_html(generator) "<thead>\n#{super}\n</thead>" end