Skip to content

Instantly share code, notes, and snippets.

@dineshba
Created May 19, 2018 11:37
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 dineshba/845a55fd233403faa7a54eabb8e5b0a1 to your computer and use it in GitHub Desktop.
Save dineshba/845a55fd233403faa7a54eabb8e5b0a1 to your computer and use it in GitHub Desktop.
extension Eatable {
func isBitter() -> Bool {
return self.taste == .bitter
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment