Ad
  • Custom User Avatar

    Really challenging kata for me, had me so frustrated at times. Anyone who's stuck, the other comments here will guide you in the right direction.

  • Custom User Avatar

    This had me stumped too for a while. If you're still having trouble with this kata:

    We know from this error that your solution is failing because Ruby is trying to call a method on NilClass, but that specific method doesn't exist for NilClass.

    What being passed in to your method as an argument could belong to NilClass?