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.
No matter what I pass into the guess method (Ruby version), I get a NoMethodError:
Is there a way to see the sample test cases when actually doing the kata though? I couldn't find one without clicking over to the discussion and risking spoilers.
There are a LOT of test cases that aren't covered in the example.
It should say that "3" should come out to 3, "3 4" should come out to 4, and "2 -" should come out to -2.