# File lib/ruport/data/grouping.rb, line 188 def [](name) @data[name] or raise(IndexError,"Group Not Found") end