# File lib/ruport/data/grouping.rb, line 366 def method_missing(id,*args) return as($1.to_sym,*args) if id.to_s =~ /^to_(.*)/ super end