# File app/helpers/application_helper.rb, line 139
  def table_col(*items)
    "<td>#{items.join("\n")}</td>"
  end