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