module Hashie::Extensions::Coercion::ClassMethods

def inherited(klass)

def inherited(klass)
  super
  klass.key_coercions = key_coercions.dup
end