# File lib/backports/1.8.7/symbol.rb, line 3 def to_proc Proc.new { |*args| args.shift.__send__(self, *args) } end