# File app/helpers/application_helper.rb, line 111 def table_head_row (&block) concat '<tr class="listing-head">', block.binding yield concat '</tr>', block.binding end