Skip to content

Instantly share code, notes, and snippets.

@xhoy
Created February 27, 2016 16:55
Show Gist options
  • Save xhoy/79c09091f9f1e7cbc379 to your computer and use it in GitHub Desktop.
Save xhoy/79c09091f9f1e7cbc379 to your computer and use it in GitHub Desktop.
case and hash?
def random()
x = {a: "asf"}
case x
when :b
"foo"
when :a
"bar"
else
"fail"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment