h = Hash.new("Go Fish")h["a"] = 100h["b"] = 200h["a"] 100h["c"] # The following alters the single default objecth["c"].upcase! h["d"] h.keys