method

new

rails latest stable - Class: Rails::Rack::SilenceRequest

Method not available on this version

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

new(app, path:)
public

No documentation available.

# File railties/lib/rails/rack/silence_request.rb, line 20
      def initialize(app, path))
        @app, @path = app, path
      end