Skip to content

Instantly share code, notes, and snippets.

@jarib
Created May 23, 2010 14:42
Show Gist options
  • Save jarib/410982 to your computer and use it in GitHub Desktop.
Save jarib/410982 to your computer and use it in GitHub Desktop.
>> ObjectSpace.each_object.include? 1
=> true
>> ObjectSpace.each_object.include? 1
=> false
>> ObjectSpace.each_object.include? 1
=> true
>> ObjectSpace.each_object.include? 1
=> false
>> ObjectSpace.each_object.include? 1
=> true
>> ObjectSpace.each_object.include? 1
=> false
>> ObjectSpace.each_object.include? 1
=> true
>> ObjectSpace.each_object.include? 1
=> false
>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment