instance method
method_missing
Ruby on Rails 6.0.6
Since v4.0.13 PrivateSignature
method_missing(method, *args)
No documentation comment.
Parameters
-
methodreq -
argsrest
Source
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 342
def method_missing(method, *args)
false if method.to_s.ends_with? "?"
end
Defined in actionpack/lib/action_dispatch/http/mime_type.rb line 342
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Mime::NullType