class Tryouts::OrderedHash

def each_key

def each_key
    @order.each { |k| yield k }
    self
end