Class: Binding

Inherits:
Object
  • Object
show all
Defined in:
lib/boc/binding_of_caller.rb

Class Method Summary collapse

Class Method Details

.of_caller {|Boc.value| ... } ⇒ Object

Yields:



8
9
10
# File 'lib/boc/binding_of_caller.rb', line 8

def self.of_caller
  yield Boc.value
end