Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DONE! :D #67

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

DONE! :D #67

wants to merge 5 commits into from

Conversation

abonner1
Copy link

end

def pick_an_apple!
raise NoApplesError, "This tree has no apples" unless self.any_apples?
apples.shift
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're consistently using self.apples elsewhere.

@mikegee
Copy link
Member

mikegee commented May 14, 2018

This looks super legit to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants