# File lib/mocha/backtrace_filter.rb, line 7 7: def initialize(lib_directory = LIB_DIRECTORY) 8: @path_pattern = Regexp.new(lib_directory) 9: end