Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
TIL Enum.uniq exists, nice!
I got it, thanks!
Yes, Coffeescript tests are broken.
But it's still possible to complete the Kata with small hack in your call method:
This comment is hidden because it contains spoiler information about the solution
There is an error in provided and controll test case for CoffeeScript: at some point you define function called "describe" so all tests which follows are failing. Cant finish kata because of this =(
.sort_by(&:first)