Method: HtmlTable#set_table_builder

Defined in:
lib/html_table.rb

#set_table_builder(collection, options, &block) ⇒ Object



14
15
16
# File 'lib/html_table.rb', line 14

def set_table_builder(collection, options, &block)
  @table_builder = TableBuilder.new(collection, options, &block)
end