Method: TableSortable::Column::Sorter#proc_wrapper

Defined in:
lib/table_sortable/column/sorter.rb

#proc_wrapper(proc) ⇒ Object



20
21
22
# File 'lib/table_sortable/column/sorter.rb', line 20

def proc_wrapper(proc)
  -> (sort_order, col=nil) { instance_exec(sort_order , &proc) }
end