module Hashie::Extensions::Coercion::ClassMethods

def lenient_value_coercions

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