Skip to content

Instantly share code, notes, and snippets.

@froggomad
Created June 18, 2021 05:17
Show Gist options
  • Save froggomad/eea266c457d099225eed5d899efae2dd to your computer and use it in GitHub Desktop.
Save froggomad/eea266c457d099225eed5d899efae2dd to your computer and use it in GitHub Desktop.
enum Produce: String {
case fruit
case vegetable
var description: String {
rawValue.capitalized
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment