arangosh> c = db.example;
[ArangoCollection 15333, "example" (type document, status loaded)]
arangosh> c.rename("better-example");
TypeError: Cannot read property 'length' of undefined
arangosh> c;
[ArangoCollection 15333, "example" (type document, status loaded)]