class RSpec::Core::Configuration
def backtrace_inclusion_patterns
One can replace the list by using the setter or modify it through the
matches any of the exclusion patterns. Otherwise it defaults to empty.
Defaults to [Regexp.new Dir.getwd] if the current working directory
The patterns to always include to backtraces.
def backtrace_inclusion_patterns @backtrace_cleaner.inclusion_patterns end