Skip to content

Instantly share code, notes, and snippets.

@surrealdetective
Created June 11, 2013 04:20
Show Gist options
  • Save surrealdetective/5754461 to your computer and use it in GitHub Desktop.
Save surrealdetective/5754461 to your computer and use it in GitHub Desktop.
temperature_bot likes feelings
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