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