<
^
>
P
N
|<
>|
^
_
>
<
---
|
~
.
..
Help
Subject:
Re: Allow additional parameters to Enumerable#inject
From:
Marcin Mielyski
<lopexx autograf.pl>
Date: Sat, 4 Feb 2006 00:18:18 +0900
References:
178213
In-reply-to:
178213
An array can be used as a workaround: [1,2,3].inject([[],arg]) { |(a,b), elem| ... [a,arg] } lopex