# File lib/core_ext.rb, line 17 def to_proc Proc.new { |*args| args.shift.__send__(self, *args) } end