2 3 4
# File 'lib/magnetic/rubyext.rb', line 2 def higherself Binding.of_caller{|binding| eval 'self', binding} end