Skip to content

Instantly share code, notes, and snippets.

@timfel
Created June 5, 2012 15:08
Show Gist options
  • Save timfel/2875562 to your computer and use it in GitHub Desktop.
Save timfel/2875562 to your computer and use it in GitHub Desktop.
when-crazyness
a, b, c = 0
t = 4
case t
when (a = 3), (b = 4), (c = 5)
# puts 1
end
puts a, b, c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment