Skip to content

Instantly share code, notes, and snippets.

@Kallin
Created March 28, 2016 15:32
Show Gist options
  • Save Kallin/41d148b7d53cd06af967 to your computer and use it in GitHub Desktop.
Save Kallin/41d148b7d53cd06af967 to your computer and use it in GitHub Desktop.
class Vegetable
attr_accessor [
:rarity
]
def ferment
# let's make some vegetable jam!
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment