Top Level Namespace

Defined Under Namespace

Modules: BindingOfCaller Classes: A, B, Z

Instance Method Summary collapse

Instance Method Details

#aObject



30
# File 'ext/binding_of_caller/example.rb', line 30

def a; b; end

#bObject



30
# File 'ext/binding_of_caller/example.rb', line 30

def b; binding_of_caller(10); end