Ad
  • Custom User Avatar

    Maybe I'm mistaken... but isn't it still monkey patching to reopen the class and alias a method?

  • Custom User Avatar

    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.