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