# File lib/action_dispatch/http/mime_type.rb, line 88 def lookup(string) LOOKUP[string] || Type.new(string) end