Skip to content

Instantly share code, notes, and snippets.

@zzak
Created April 25, 2014 04:33
Show Gist options
  • Save zzak/11277749 to your computer and use it in GitHub Desktop.
Save zzak/11277749 to your computer and use it in GitHub Desktop.
ObjectSpace::AllocationTracer.trace do
5.times do
foo = "foo".freeze
end
end
#=> {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment