# File lib/relax/symbolic_hash.rb, line 36
    def update(other_hash)
      other_hash.each_pair { |key, value| store(convert_key(key), convert_value(value)) }
      self
    end