module Hashie::Extensions::Coercion::ClassMethods

def key_coercions

Returns a hash of any existing key coercions.
def key_coercions
  @key_coercions || {}
end