Class: Z

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

Instance Method Summary collapse

Instance Method Details

#zObject



6
7
8
9
# File 'ext/binding_of_caller/example.rb', line 6

def z
  u = 10
  A.new.a
end