# File lib/ruport/data/grouping.rb, line 41 def initialize(options={}) @name = options.delete(:name) @subgroups = {} super end