# File lib/backports/2.2.0/method/curry.rb, line 5
    def curry(argc = nil)
      to_proc.curry(argc)
    end