Skip to content

Instantly share code, notes, and snippets.

@universal
Created August 14, 2013 15:14
Show Gist options
  • Save universal/6232012 to your computer and use it in GitHub Desktop.
Save universal/6232012 to your computer and use it in GitHub Desktop.
c = "abc"; {a: "b", c: case c
when "abc"
"cba"
when "cba"
"abc"
end
}
=> {:a=>"b", :c=>"cba"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment