# File lib/core/facets/proc/bind_to.rb, line 12 def bind_to(object) Proc.new{object.instance_eval(&self)} end