# File lib/Borges/HTML/HtmlBuilder.rb, line 314 def table_row_with(obj = nil, &block) table_row do table_data(obj || block) end end