135 136 137 138 139
# File 'lib/inat/report/table.rb', line 135 def table &block tbl = Table::new tbl.instance_eval(&block) if block_given? tbl end