# File lib/hashie/extensions/coercion.rb, line 149
        def fetch_coercion(type)
          return type if type.is_a? Proc
          coercion_cache[type]
        end