Methods
N
R
Included Modules
Instance Public methods
nil?()
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 314
def nil?
  true
end
ref()
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 318
def ref
  nil
end
respond_to_missing?(method, include_private = false)
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 322
def respond_to_missing?(method, include_private = false)
  method.to_s.ends_with? '?'
end