module Hashie::Extensions::Coercion::ClassMethods

def strict_value_coercions

Return all value coercions that have the :strict rule as true.
def strict_value_coercions
  @strict_value_coercions ||= {}
end