Method: ActiveSupport::BacktraceCleaner#remove_silencers!
- Defined in:
- activesupport/lib/active_support/backtrace_cleaner.rb
#remove_silencers! ⇒ Object
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.
99 100 101 |
# File 'activesupport/lib/active_support/backtrace_cleaner.rb', line 99 def remove_silencers! @silencers = [] end |