Skip to content

Instantly share code, notes, and snippets.

@potsbo
Last active October 10, 2018 08:50
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 potsbo/fe3061ddf4b37d42720f2223088bf0e0 to your computer and use it in GitHub Desktop.
Save potsbo/fe3061ddf4b37d42720f2223088bf0e0 to your computer and use it in GitHub Desktop.
Love It or Automate It
WHAT_I_LOVE = [
'automation',
'drinking',
'gaming',
'hacking',
'waching movies',
'talking with friends',
'programming',
]
def Love something
p "I do love #{something}. Keep on enjoying." if WHAT_I_LOVE.include? something
end
def Automate something
p "Automate #{something}!!!"
end
It = gets.chomp
Love It or Automate It
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment