# File lib/map.rb, line 361 def update(*args) Map.each_pair(*args){|key, val| store(key, val)} self end