method

fetch

v5.1.7 - Show latest stable - Class: Mime
fetch(type)
public

No documentation available.

# File actionpack/lib/action_dispatch/http/mime_type.rb, line 43
    def fetch(type)
      return type if type.is_a?(Type)
      EXTENSION_LOOKUP.fetch(type.to_s) { |k| yield k }
    end