class Tryouts::OrderedHash

def replace hsh2

def replace hsh2
    @order = hsh2.keys 
    super hsh2
end