method

new

rails latest stable - Class: ActionDispatch::Routing::Mapper::BacktraceCleaner

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

new()
public

No documentation available.

# File actionpack/lib/action_dispatch/routing/mapper.rb, line 16
        def initialize
          super
          remove_silencers!
          add_core_silencer
          add_stdlib_silencer
        end