[#1611] set_trace_func/Array#fetch error — "Nathaniel Talbott" <nathaniel@...>

I've reduced the error I reported in ruby-talk:84013 to the following code:

17 messages 2003/10/11

Re: stringy range bug

From: matz@... (Yukihiro Matsumoto)
Date: 2003-10-16 07:49:10 UTC
List: ruby-core #1637
Hi,

In message "Re: stringy range bug"
    on 03/10/16, "Christoph" <chr_news@gmx.net> writes:

|(Array..Hash).to_a == []   - which seems no weirder than
|the already allowed (Object..Hash).to_a  == [] formation.

I presume the linear relation between "start" and "end".  Object and
Array are such relation (bacause Object is a superclass of Array), but
Array and Hash are not.

							matz.

In This Thread