instance method
respond_to_missing?
Ruby on Rails 7.2.3
Since v4.0.13 PrivateSignature
respond_to_missing?(method, _)
No documentation comment.
Parameters
-
methodreq -
_req
Source
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 379
def respond_to_missing?(method, _)
method.end_with?("?")
end
Defined in actionpack/lib/action_dispatch/http/mime_type.rb line 379
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Mime::NullType