Skip to content

Instantly share code, notes, and snippets.

@jdelStrother
Created March 17, 2017 12:54
Show Gist options
  • Save jdelStrother/b3df27a823eeaf42d657e0bdbf0f9059 to your computer and use it in GitHub Desktop.
Save jdelStrother/b3df27a823eeaf42d657e0bdbf0f9059 to your computer and use it in GitHub Desktop.
class Foobar
def initialize()
at_exit { puts 123 }
end
end
Foobar.new()
GC.start
GC.start
ObjectSpace.each_object(Foobar) {|a| puts a.inspect }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment