class Swordfish::Node::TableRow

Public Instance Methods

to_html() click to toggle source
# File lib/swordfish/nodes/table_row.rb, line 7
def to_html
  "<tr>#{@children.map(&:to_html).join}</tr>"
end