2 3 4 5 6
# File 'lib/binder/proc.rb', line 2 def bind_to(some_object) Proc.new do some_object.instance_eval(&self) end end