Skip to content

Instantly share code, notes, and snippets.

@caleywoods
Created January 24, 2011 03:41
Show Gist options
  • Save caleywoods/792798 to your computer and use it in GitHub Desktop.
Save caleywoods/792798 to your computer and use it in GitHub Desktop.
def test_strings_are_unique_objects
a = "a string"
b = "a string"
assert_equal __, a == b
assert_equal __, a.object_id == b.object_id
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment