class method self.===

Ruby on Rails edge

Since v8.0.5.1

Available in: v8.0.5.1 v8.1.3.1 edge

Signature

self.===(other)

No documentation comment.

Parameters

other req
Source
# File actionpack/lib/action_dispatch/http/param_error.rb, line 9
    def self.===(other)
      super || (
        defined?(Rack::Utils::ParameterTypeError) && Rack::Utils::ParameterTypeError === other ||
        defined?(Rack::Utils::InvalidParameterError) && Rack::Utils::InvalidParameterError === other ||
        defined?(Rack::QueryParser::ParamsTooDeepError) && Rack::QueryParser::ParamsTooDeepError === other
      )
    end

Defined in actionpack/lib/action_dispatch/http/param_error.rb line 9 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionDispatch::ParamError

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close