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.
It will even accept joe@@example.com
This comment is hidden because it contains spoiler information about the solution
My first attempted solution, which ultimately turned out to be correct, did not pass the Tests, even after several attempts. So I spent hours trying to identify potential descendant paths using a method in the ObjectSpace module to traverse all the modules/classes searching for the correct descendant path to the mysterious MrFreeze, which at this point I had to assume was buried several module/class layers deep. I ultimately gave up and with great shame unlocked the solutions. I was quite surprised and crestfallen to discover my initial attempt matched the solution with the most Best Practices votes. I still don't know why my first solution failed the built-in tests on multiple attempts. While I learned a lot about the ObjectSpace module and the #constants method, I have forever lost the chance to earn those two kata points. Did anyone else run into the same problem?