# File lib/vcard/dirinfo.rb, line 169
    def enum_by_name(name)
      Enumerator.new(self, Proc.new { |field| field.name?(name) })
    end