# File lib/listen/multi_listener.rb, line 96
    def filter!(*regexps)
      @directories_records.each { |r| r.filter!(*regexps) }
      self
    end