Skip to content

Instantly share code, notes, and snippets.

@kgrz
Created April 27, 2014 15:18
Show Gist options
  • Save kgrz/11348174 to your computer and use it in GitHub Desktop.
Save kgrz/11348174 to your computer and use it in GitHub Desktop.
Oh! Rubie.
pry:1> ObjectSpace.reachable_objects_from_root.class # => Hash
pry:2> ObjectSpace.reachable_objects_from_root.keys # => ["vm", "machine_context", "symbols", "global_list", "global_tbl"]
pry:3> ObjectSpace.reachable_objects_from_root.first # => => ["vm", [#<RubyVM:0x007f9b3a85b6a0>]]
pry:4> ObjectSpace.reachable_objects_from_root["vm"] # => nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment