class Tryouts::OrderedHash

def last

def last
  {@order.last => self[@order.last]}
end