# File lib/hashie/extensions/coercion.rb, line 108 def value_coercion(value) from = value.class strict_value_coercions[from] || lenient_value_coercions[from] end