Ad
  • Default User Avatar

    @sanjsanj You don't even need return. Ruby returns whatever has been processed at the end. You can just write the string.
    @mjvezzani If you change areYouPlayingBanjo(name) to are_you_playing_banjo(name) in your code and in the tests as well you will be fine...