Skip to content

Instantly share code, notes, and snippets.

@levicole
Created December 14, 2009 00:24
Show Gist options
  • Select an option

  • Save levicole/255692 to your computer and use it in GitHub Desktop.

Select an option

Save levicole/255692 to your computer and use it in GitHub Desktop.
response = case level_of_awesomeness
when 1
"meh"
when 2
"ok"
when 3
"not bad"
when 4
"looking good!"
when 5
"YOU ARE AWESOME"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment