# File lib/action_dispatch/http/mime_type.rb, line 28 def [](type) return type if type.is_a?(Type) Type.lookup_by_extension(type) || NullType.new end
# File lib/action_dispatch/http/mime_type.rb, line 33 def fetch(type) return type if type.is_a?(Type) EXTENSION_LOOKUP.fetch(type.to_s) { |k| yield k } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.