# File lib/mocha/backtrace_filter.rb, line 9
    def filtered(backtrace)
      backtrace.reject { |location| @path_pattern.match(File.expand_path(location)) }
    end