4 5 6
# File 'lib/goat/extn.rb', line 4 def to_proc Proc.new { |*args| args.shift.__send__(self, *args) } end