# File lib/vcard/dirinfo.rb, line 191
    def enum_by_cond(cond)
      Enumerator.new(self, cond )
    end