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.
Maybe I'm mistaken... but isn't it still monkey patching to reopen the class and alias a method?
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.