instance method
respond_to_missing?
Ruby on Rails 4.2.9
Since v4.0.13Signature
respond_to_missing?(method, include_private = false)
No documentation comment.
Parameters
-
methodreq -
include_privateopt = false
Source
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 318
def respond_to_missing?(method, include_private = false)
method.to_s.ends_with? '?'
end
Defined in actionpack/lib/action_dispatch/http/mime_type.rb line 318
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Mime::NullType