# File lib/ruport/data/table.rb, line 796 def to_table(column_names=nil) Ruport::Data::Table.new({:data => self, :column_names => column_names}) end