# File lib/caesars/orderedhash.rb, line 100 100: def replace hsh2 101: @order = hsh2.keys 102: super hsh2 103: end