module Hashie::Extensions::Coercion::ClassMethods

def lenient_value_coercions

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