Skip to content

Instantly share code, notes, and snippets.

@AlexJWayne
Created January 23, 2013 19:29
Show Gist options
  • Select an option

  • Save AlexJWayne/4611935 to your computer and use it in GitHub Desktop.

Select an option

Save AlexJWayne/4611935 to your computer and use it in GitHub Desktop.
->{a = 123} == ->{b = 123} #=> true
a = :a
b = :b
->{a = 123} == ->{b = 123} #=> false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment