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.
Ruby should be upgraded to MRI 3.0.0, as well as test framework.
Also in Python, it seems the sample tests don't use the new framework fully, while the actual tests use it normally :/
There's already an abundance of prototyping katas and this one adds nothing new (like this one--> https://www.codewars.com/kata/5267faf57526ea542e0007fb)
Prototypes methods should not be enumerable. This thould be tested.
this * 10**33
does not work for the fixed test for decillion. It expects 1.00000001e33 or something.