[#3479] Missing .document files for ext/ libraries — Brian Candler <B.Candler@...>

The ri documentation for zlib, strscan and iconv doesn't get built by 'make

12 messages 2004/10/06

[#3492] Re: ANN: Free-form-operators patch — Markus <markus@...>

> In message "Re: ANN: Free-form-operators patch"

15 messages 2004/10/11
[#3493] Re: ANN: Free-form-operators patch — Yukihiro Matsumoto <matz@...> 2004/10/11

Hi,

[#3495] Re: ANN: Free-form-operators patch — Markus <markus@...> 2004/10/12

On Mon, 2004-10-11 at 16:16, Yukihiro Matsumoto wrote:

[#3561] 1.8.2 - what can we do to help? — Dave Thomas <dave@...>

Folks:

23 messages 2004/10/26
[#3562] Re: 1.8.2 - what can we do to help? — Yukihiro Matsumoto <matz@...> 2004/10/27

Hi,

Re: ANN: Free-form-operators patch

From: Kent Sibilev <ksibilev@...>
Date: 2004-10-12 05:10:08 UTC
List: ruby-core #3504
$ irb -r enumerator
irb(main):001:0> (1..10).enum_slice(2).each do |v1, v2|
irb(main):002:1* puts "#{v1} #{v2}"
irb(main):003:1> end
1 2
3 4
5 6
7 8
9 10
=> nil
irb(main):004:0>

Cheers,
Kent.
On Oct 12, 2004, at 12:44 AM, trans. (T. Onoma) wrote:

> On Monday 11 October 2004 09:38 pm, Yukihiro Matsumoto wrote:
> | |I'd be out-of-luck, and have to write all the Enumerable methods by 
> hand.
> | | Can the Enumerable methods be defined to pass on arguments? i.e.
> | |
> | | ef select(*args)
> | | ach(*args) { ...
> |
> | No. omething more than simple iteration must be done via 
> Enumerator,
> | in my opinion. f it would result the request for Enumerator
> | enhancement, that's fine for me.
>
> Enumerator?
>
> T.
>
>



In This Thread