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.
I can't tell you why :( It's just a basic Ruby specific feature, not "Obscure" or "Creative" xD !!
This Kata is perfect, but there aren't enough final tests case.
My first code commit was wrong, I think, the test arrays always start with more than 9... so if a code only work with 10 in first index, this code can pass, like mine.
I began to test >= 10 with the first index (in a while), so if array start like that [9,1,10,80], my code returned false but pass in the test cases.