instance method
remove_silencers!
Ruby on Rails 7.1.6
Since v2.3.18Signature
remove_silencers!()
Removes all silencers, but leaves in the filters. Useful if your context of debugging suddenly expands as you suspect a bug in one of the libraries you use.
Source
# File activesupport/lib/active_support/backtrace_cleaner.rb, line 97
def remove_silencers!
@silencers = []
end
Defined in activesupport/lib/active_support/backtrace_cleaner.rb line 97
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::BacktraceCleaner