# File lib/ruport/query.rb, line 160 def to_table data_flag, @raw_data = @raw_data, false data = fetch; @raw_data = data_flag; return data end