Skip to content

Instantly share code, notes, and snippets.

@bkempner
Created October 14, 2011 18:06
Show Gist options
  • Save bkempner/1287849 to your computer and use it in GitHub Desktop.
Save bkempner/1287849 to your computer and use it in GitHub Desktop.
case
when true
puts 'yes'
when false
puts 'no'
else
puts 'i dont understand'
end
case
when true
puts 'yes'
when false
puts 'no'
else
puts 'i dont understand'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment