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