From: shyouhei@... Date: 2016-12-22T01:17:39+00:00 Subject: [ruby-core:78799] [Ruby trunk Feature#12854] Proc#curry should return an instance of the class, not Proc Issue #12854 has been updated by Shyouhei Urabe. Yusuke Endoh wrote: > I proposed and first implemented `Proc#curry`. I have no idea how this change may skew the conceptual nature of the currying operation. Do you have any particular concern? No particular problem was shown at the meeting, as far as I remember. Other attendees might have such thing though. ---------------------------------------- Feature #12854: Proc#curry should return an instance of the class, not Proc https://bugs.ruby-lang.org/issues/12854#change-62205 * Author: 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: