| Class | BasicObject |
| In: |
lib/pry/core_extensions.rb
|
| Parent: | Object |
Return a binding object for the receiver.
The `self` of the binding is set to the current object, and it contains no local variables.
The default definee (yugui.jp/articles/846) is set such that new methods defined will be added to the singleton class of the BasicObject.
@return [Binding]