Skip to content

Instantly share code, notes, and snippets.

@chrisseaton
Created March 25, 2014 00:51
Show Gist options
  • Save chrisseaton/9753048 to your computer and use it in GitHub Desktop.
Save chrisseaton/9753048 to your computer and use it in GitHub Desktop.
a = 14
b = binding.variables.get_eval_local('a')
puts b.nil?
def foo
a = 14
b = binding.variables.get_eval_local('a')
puts b.nil?
end
foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment