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