ngollan (Nicos Gollan)
- Login: ngollan
- Email: gtdev@spearhead.de
- Registered on: 04/23/2011
- Last sign in: 05/23/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/26/2011
-
11:32 PM Ruby Feature #4601: Re-ordering method parameters.
- =begin
Yusuke Endoh wrote:
> But I don't like your approach. It looks like an abuse of Proc#curry ;-)
It was just meant as an idea. You might call it positional currying, partial application, or whatever ;-)
Joshua Ballanco wro...
04/23/2011
-
10:52 PM Ruby Feature #4601 (Closed): Re-ordering method parameters.
- =begin
In my attempt to make an old gem (merb-action-args) work with MRI 1.9.2, Rubinius, and other implementations that depend on Method#parameters to retrieve a description of parameters, I hit a roadblock (the core reason is that it ...