# File lib/typhoeus/normalized_header_hash.rb, line 32 def update(other_hash) other_hash.each_pair do |key, value| self[convert_key(key)] = value end self end