Class: A

Inherits:
Object
  • Object
show all
Defined in:
ext/binding_of_caller/example.rb

Instance Method Summary collapse

Instance Method Details

#aObject



13
14
15
16
# File 'ext/binding_of_caller/example.rb', line 13

def a
  y = 10
  B.new.b
end