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've changed the description, is it better now?
This comment is hidden because it contains spoiler information about the solution
I disallowed
alias_method
because I wanted the users to use monkeypatching.On the other hand, I don't want them to actually provide their own implementation of
upcase
because it's beyond the point of this kata, ie. to show a Ruby language feature.It's just to use monkeypatching and not to provide your own version of upcase. :)
Ok solved it by adding a new test case that checks if alias was used.
Ok I've created a test case that explicitly check if :my_new_method is an alias or not... ( Based on http://stackoverflow.com/a/6571858/402542 )
When will the languages in the Kumite section be available in the Kata section?
This comment is hidden because it contains spoiler information about the solution