# File lib/ruport/data/grouping.rb, line 257 def subgrouping(name) grouping = dup grouping.send(:data=, @data[name].subgroups) return grouping end