Skip to content

Instantly share code, notes, and snippets.

@cowboyd
Created June 15, 2010 07:59
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 cowboyd/438822 to your computer and use it in GitHub Desktop.
Save cowboyd/438822 to your computer and use it in GitHub Desktop.
ruby-1.8.7-p174 > WeakRef.public_instance_methods(false)
=> ["__setobj__", "__getobj__", "weakref_alive?"]
ruby-1.8.7-p174 >
rbx-1.0.1-20100603 > WeakRef.public_instance_methods(false)
=> ["weakref_alive?", "__object__", "object", "inspect"]
rbx-1.0.1-20100603 >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment