method
respond_to?
v3.2.13 -
Show latest stable
- Class:
Mime::Type
respond_to?(method, include_private = false)public
No documentation available.
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 261
def respond_to?(method, include_private = false) #:nodoc:
super || method.to_s =~ /(\w+)\?$/
end