class Mocha::BacktraceFilter
def filtered(backtrace)
def filtered(backtrace) backtrace.reject { |location| File.expand_path(location).start_with?(@lib_directory) } end
def filtered(backtrace) backtrace.reject { |location| File.expand_path(location).start_with?(@lib_directory) } end