class Tryouts::OrderedHash

def initialize(*a, &b)

def initialize(*a, &b)
  super
  @order = []
end