# File lib/aws/indifferent_hash.rb, line 53 def merge! hash hash.each_pair do |key,value| self[key] = value end self end