Ad
  • Default User Avatar

    You only def initialize when you need the object to do something when created (i.e. when .new is called). In that case, we only need to check for the name and password when we receive one so we don't need initialize to do anything.

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution