# File lib/vpim/dirinfo.rb, line 184 def enum_by_group(group) Enumerator.new(self, Proc.new { |field| field.group?(group) }) end