From: ryand-ruby@... Date: 2016-10-19T23:44:45+00:00 Subject: [ruby-core:77672] [Ruby trunk Bug#12854] Proc#curry should return an instance of the class, not Proc Issue #12854 has been reported by Ryan Davis. ---------------------------------------- Bug #12854: Proc#curry should return an instance of the class, not Proc https://bugs.ruby-lang.org/issues/12854 * Author: Ryan Davis * Status: Open * Priority: Normal * Assignee: * ruby -v: * Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN ---------------------------------------- ~~~ ruby class ChainedProc < Proc end ChainedProc.new { |x, y, z| 42 }.curry.class # => Proc ~~~ -- https://bugs.ruby-lang.org/ Unsubscribe: