appacademy / prep-work

preparatory material for interviewing with App Academy
291 stars 340 forks source link

Adding a method in the example #51

Closed nickborromeo closed 9 years ago

nickborromeo commented 9 years ago

favorite_number is not declared in the example Class and can be misleading to people reading this.

cjavdev commented 9 years ago

So, the point of this exercise is to see that the error raised is for the method being missing.

nickborromeo commented 9 years ago

I disagree, it threw the error because the method name was incorrectly spelled. It was fixed by correctly spelling the method.

On Saturday, November 29, 2014, CJ Avilla notifications@github.com wrote:

So, the point of this exercise is to see that the error raised is for the method being missing.

— Reply to this email directly or view it on GitHub https://github.com/appacademy/prep-work/pull/51#issuecomment-64973065.

cjavdev commented 9 years ago

You're so right! :) my mistake. I missed the misspelling. I merged your changes. Thanks!