Method: HtmlTable::TableRowBuilder#to_s

Defined in:
lib/html_table/table_row_builder.rb

#to_sObject



11
12
13
# File 'lib/html_table/table_row_builder.rb', line 11

def to_s
  "<tr>#{html_columns}</tr>"
end