# File lib/core/facets/method/curry.rb, line 6
  def curry(*args)
    to_proc.curry(*args)
  end