class Github::CoreExt::OrderedHash

def delete(key)

def delete(key)
  @order.delete key
  super
end