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