Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/magnetic/rubyext.rb
Instance Method Summary collapse
Instance Method Details
#higherself ⇒ Object
2 3 4 |
# File 'lib/magnetic/rubyext.rb', line 2 def higherself Binding.of_caller{|binding| eval 'self', binding} end |