Source: show | on GitHub
# File activesupport/test/clean_backtrace_test.rb, line 30 def setup @bc = ActiveSupport::BacktraceCleaner.new @bc.add_silencer { |line| line =~ /mongrel/ } end