Skip to content

Instantly share code, notes, and snippets.

@simonask
Created July 19, 2009 22:33
Show Gist options
  • Save simonask/150063 to your computer and use it in GitHub Desktop.
Save simonask/150063 to your computer and use it in GitHub Desktop.
obj.set_instance_var(:@foo, 123)
@foo = 456
obj.instance_eval {
puts @foo #=> 123
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment