Skip to content

Instantly share code, notes, and snippets.

@agoiabel
Created January 11, 2018 05:38
Show Gist options
  • Save agoiabel/643964eabf18036bda1f01e886a34d0f to your computer and use it in GitHub Desktop.
Save agoiabel/643964eabf18036bda1f01e886a34d0f to your computer and use it in GitHub Desktop.
myDog: Dog = Dog(name: "Molly", breed: "Chichihua", age: 1)
myDog.myDogDetail() //will return:: Molly belongs to Chichihua and 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment