module Hashie::Extensions::Coercion::ClassMethods

def key_coercion(key)

if one exists.
Returns the specific key coercion for the specified key,
def key_coercion(key)
  key_coercions[key]
end