[#62904] [ruby-trunk - Feature #9894] [Open] [RFC] README.EXT: document rb_gc_register_mark_object — normalperson@...
Issue #9894 has been reported by Eric Wong.
3 messages
2014/06/02
[#63321] [ANN] ElixirConf 2014 - Don't Miss Jos辿 Valim and Dave Thomas — Jim Freeze <jimfreeze@...>
Just a few more weeks until ElixirConf 2014!
6 messages
2014/06/24
[#63391] Access Modifiers (Internal Interfaces) — Daniel da Silva Ferreira <danieldasilvaferreira@...>
Hi,
3 messages
2014/06/28
[ruby-core:63233] [ruby-trunk - Feature #9783] [Closed] [PATCH] Add Method#curry
From:
nobu@...
Date:
2014-06-19 04:42:30 UTC
List:
ruby-core #63233
Issue #9783 has been updated by Nobuyoshi Nakada. Status changed from Open to Closed % Done changed from 0 to 100 Applied in changeset r46461. ---------- proc.c: Implement Method#curry * proc.c (rb_method_curry): Implement Method#curry, which delegates to to_proc.curry. [ruby-core:62212] [Feature #9783] ---------------------------------------- Feature #9783: [PATCH] Add Method#curry https://bugs.ruby-lang.org/issues/9783#change-47277 * Author: Arne Brasseur * Status: Closed * 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/