class Tryouts::OrderedHash

def store a,b

def store a,b
    @order.push a unless has_key? a
    super a,b
end