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