Skip to content

Instantly share code, notes, and snippets.

@novohispano
Created July 20, 2016 13:44
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 novohispano/384d83bedb2d95c01b4a08de2b6344a0 to your computer and use it in GitHub Desktop.
Save novohispano/384d83bedb2d95c01b4a08de2b6344a0 to your computer and use it in GitHub Desktop.
foodsy.rb
if preferences.vegetarian?
if preferences.vegan?
'tofu'
else
if preferences.gluten_free?
'milk'
else
'pasta'
end
else
'raw bloody steak'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment