From 4928bdee27a723f31d59939a46ec1fddc2951c5f Mon Sep 17 00:00:00 2001 From: Matthew Stopa Date: Wed, 2 Jan 2013 21:17:12 -0700 Subject: Add documentation for BacktraceCleaner#remove_filters! --- activesupport/lib/active_support/backtrace_cleaner.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/backtrace_cleaner.rb b/activesupport/lib/active_support/backtrace_cleaner.rb index f1aff8a8e3..4b41e6247d 100644 --- a/activesupport/lib/active_support/backtrace_cleaner.rb +++ b/activesupport/lib/active_support/backtrace_cleaner.rb @@ -72,6 +72,9 @@ module ActiveSupport @silencers = [] end + # Removes all filters, but leaves in silencers. Useful if you suddenly + # need to see entire filepaths in the backtrace that you had already + # filtered out. def remove_filters! @filters = [] end -- cgit v1.2.3