# File lib/ruport/data/table.rb, line 643 def sort_rows_by!(col_names=nil,&block) table = sort_rows_by(col_names,&block) @data = table.data end