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