Skip to content

Instantly share code, notes, and snippets.

@a2ikm
Created August 15, 2011 00:43
Show Gist options
  • Save a2ikm/1145522 to your computer and use it in GitHub Desktop.
Save a2ikm/1145522 to your computer and use it in GitHub Desktop.
infinite loop of Object#object_id
x = nil # any object is OK.
loop { puts x = x.object_id }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment