Skip to content

Instantly share code, notes, and snippets.

@halferty
Created August 13, 2014 01:01
Show Gist options
  • Select an option

  • Save halferty/f67cb09cd1c70529c8bc to your computer and use it in GitHub Desktop.

Select an option

Save halferty/f67cb09cd1c70529c8bc to your computer and use it in GitHub Desktop.
a = [1,2]
b = case a
when [1,1]
"hi"
when [2,2]
"hello"
when [1,2]
"heya"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment