Skip to content

Instantly share code, notes, and snippets.

@abaybektursun
Last active March 10, 2018 03:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abaybektursun/0fe0b74352e63f286691bb18dab43f85 to your computer and use it in GitHub Desktop.
Save abaybektursun/0fe0b74352e63f286691bb18dab43f85 to your computer and use it in GitHub Desktop.
Correction for Caleb
if (object.edible == true){
dog.eat(object);
}
else{
dog.tearToShreds(object);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment