5 6 7 8
# File 'lib/greentable/view_helpers.rb', line 5 def greentable(records, opts = {}, &block) gt = Table.new(self, records, opts) gt.process(&block) end