class RSpec::Core::BacktraceFormatter

def full_backtrace?

def full_backtrace?
  @full_backtrace || exclusion_patterns.empty?
end