From: matz@... Date: 2014-06-18T23:19:10+00:00 Subject: [ruby-core:63227] [ruby-trunk - Feature #9783] [PATCH] Add Method#curry Issue #9783 has been updated by Yukihiro Matsumoto. Looks good to me, except that I don't see any real use-case. But it's true for Proc#curry itself. Matz. ---------------------------------------- Feature #9783: [PATCH] Add Method#curry https://bugs.ruby-lang.org/issues/9783#change-47271 * Author: Arne Brasseur * Status: Open * Priority: Normal * Assignee: * Category: core * Target version: ---------------------------------------- There is already Proc#curry, but to curry a method you need to go through to_proc. This patch adds `Method#curry` which delegates to `method.to_proc.curry`. Looking forward to seeing this discussed. ---Files-------------------------------- 0001-Implement-Method-curry-which-delegates-to-to_proc.cu.patch (1.86 KB) 0001-Implement-Method-curry-which-delegates-to-to_proc.cu.patch (3.19 KB) -- https://bugs.ruby-lang.org/