Parent

Class/Module Index [+]

Quicksearch

Mime::NullType

Public Instance Methods

nil?() click to toggle source
# File lib/action_dispatch/http/mime_type.rb, line 311
def nil?
  true
end
ref() click to toggle source
# File lib/action_dispatch/http/mime_type.rb, line 315
def ref
  nil
end
respond_to_missing?(method, include_private = false) click to toggle source
# File lib/action_dispatch/http/mime_type.rb, line 319
def respond_to_missing?(method, include_private = false)
  method.to_s.ends_with? '?'
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.