From: matz@... Date: 2017-01-19T05:54:56+00:00 Subject: [ruby-core:79134] [Ruby trunk Feature#12854] Proc#curry should return an instance of the class, not Proc Issue #12854 has been updated by Yukihiro Matsumoto. Chad, is this issue what you really want? Or you want new methods like #trans and #lens? If you still want to make #curry return the subclass, I expect a use case. If you want #trans and #lens, submit a new issue. Matz. ---------------------------------------- Feature #12854: Proc#curry should return an instance of the class, not Proc https://bugs.ruby-lang.org/issues/12854#change-62548 * 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: