# File lib/rspec/core/configuration.rb, line 128 def cleaned_from_backtrace?(line) backtrace_clean_patterns.any? { |regex| line =~ regex } end