Skip to content

Instantly share code, notes, and snippets.

@haxney
Created February 16, 2012 04:03
Show Gist options
  • Save haxney/1841869 to your computer and use it in GitHub Desktop.
Save haxney/1841869 to your computer and use it in GitHub Desktop.
Some set elements reversed
{0, 8} #=> {8, 0}
{1, 9} #=> {9, 1}
{2, 10} #=> {10, 2}
{3, 11} #=> {3, 11}
{4, 12} #=> {4, 12}
{5, 13} #=> {13, 5}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment