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