# File lib/rabbit/element/table.rb, line 23 def body elements.find {|e| e.is_a?(TableBody)} end
# File lib/rabbit/element/table.rb, line 19 def head elements.find {|e| e.is_a?(TableHead)} end
# File lib/rabbit/element/table.rb, line 28 def text result = '' result << "#{@caption}\n" if @caption result << super result end
Generated with the Darkfish Rdoc Generator 2.