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