# File lib/hashie/extensions/coercion.rb, line 50 def coerce_key(*attrs) @key_coercions ||= {} into = attrs.pop attrs.each { |key| @key_coercions[key] = into } end