From: dsisnero@... Date: 2017-10-25T21:59:26+00:00 Subject: [ruby-core:83567] [Ruby trunk Feature#12854] Proc#curry should return an instance of the class, not Proc Issue #12854 has been updated by dsisnero (Dominic Sisneros). don't use lens as the name because this is a common used name in functional programming for a different concept ---------------------------------------- Feature #12854: Proc#curry should return an instance of the class, not Proc https://bugs.ruby-lang.org/issues/12854#change-67593 * Author: zenspider (Ryan Davis) * Status: Feedback * Priority: Normal * Assignee: * Target version: ---------------------------------------- ~~~ ruby class ChainedProc < Proc end ChainedProc.new { |x, y, z| 42 }.curry.class # => Proc ~~~ -- https://bugs.ruby-lang.org/ Unsubscribe: