module Hashie::Extensions::Coercion::ClassMethods

def fetch_coercion(type)

def fetch_coercion(type)
  return type if type.is_a? Proc
  coercion_cache[type]
end