Skip to content

Instantly share code, notes, and snippets.

@raggi
Created July 14, 2010 01:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raggi/474864 to your computer and use it in GitHub Desktop.
Save raggi/474864 to your computer and use it in GitHub Desktop.
class A
def example; end
def leak
method(:example)
end
end
a = A.new
a.leak while true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment