Flowdock
method

add_stdlib_silencer

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: ActiveSupport::BacktraceCleaner
add_stdlib_silencer() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/backtrace_cleaner.rb, line 104
      def add_stdlib_silencer
        add_silencer { |line| line.start_with?(RbConfig::CONFIG["rubylibdir"]) }
      end
Register or log in to add new notes.