Skip to content

Instantly share code, notes, and snippets.

@makevoid
Created January 11, 2010 07:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save makevoid/274050 to your computer and use it in GitHub Desktop.
Save makevoid/274050 to your computer and use it in GitHub Desktop.
Inspecting objects counts
objects = {}
p ObjectSpace.each_object{|obj| objects[obj.class] += 1}
pp objects.sort_by{|k,v| -v}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment