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