Skip to content

Instantly share code, notes, and snippets.

Created October 12, 2015 10:02
Show Gist options
  • Save anonymous/36aaf20b476af00225a1 to your computer and use it in GitHub Desktop.
Save anonymous/36aaf20b476af00225a1 to your computer and use it in GitHub Desktop.
require 'pp'
class Foo; end
x = Foo.new
x.instance_variable_set '@foo', 5
pp x.instance_variables
# Result:
#
# [:@foo]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment