Object
# File lib/mocha/backtrace_filter.rb, line 7 7: def initialize(lib_directory = LIB_DIRECTORY) 8: @lib_directory = lib_directory 9: end
# 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
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.