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