# File lib/sass/util/normalized_map.rb, line 106 def update(map) map = map.as_stored if map.is_a?(NormalizedMap) map.each {|k, v| self[k] = v} end