# File lib/anemone/storage/tokyo_cabinet.rb, line 47 def merge!(hash) hash.each { |key, value| self[key] = value } self end