[#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: ts <decoux@...>
Date: 2003-10-15 09:33:02 UTC
List: ruby-core #1635
>>>>> "C" == Christoph  <chr_news@gmx.net> writes:

C> class A
C> end
C> class B
C> end

C> (A..B)   # raises an argument error

 Well, the problem here is that

svg% ruby -e 'p Array <=> Hash'
nil
svg% 


p.s. : apparently the gateway news ===> ruby-talk is broken


Guy Decoux

In This Thread