Skip to content

Instantly share code, notes, and snippets.

@sgrshah
Created June 10, 2013 21:45
Show Gist options
  • Save sgrshah/5752661 to your computer and use it in GitHub Desktop.
Save sgrshah/5752661 to your computer and use it in GitHub Desktop.
Temperature bot, Sagar
def temperature_bot(temp)
case temp
when 18..21
"I like this temperature"
else
"This is uncomfortable for me"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment