# File rparsec/functors.rb, line 221
  def curry(ary=arity)
    Functors.curry(ary, &self)
  end