[#9722] Kernel#system broken inside Dir.chdir(&block) if system command doesn't have shell characters — <noreply@...>

Bugs item #7278, was opened at 2006-12-14 13:59

8 messages 2006/12/14

[#9749] System V IPC in standard library? — Steven Jenkins <steven.jenkins@...>

Back in August, I needed a semaphore to serialize access to an external

14 messages 2006/12/19

[#9753] CVS freeze — SASADA Koichi <ko1@...>

Hi,

20 messages 2006/12/20
[#9755] Re: [ruby-dev:30039] CVS freeze — SASADA Koichi <ko1@...> 2006/12/20

Hi,

[#9757] Re: [ruby-dev:30040] Re: CVS freeze — SASADA Koichi <ko1@...> 2006/12/20

Hi,

Re: [ ruby-Bugs-7045 ] Bigdecimal isn't comparable

From: Ondrej Bilka <neleai@...>
Date: 2006-12-13 14:34:53 UTC
List: ruby-core #9711
> ------------ Podnzpr疱a ------------
> Od: Yukihiro Matsumoto <matz@ruby-lang.org>
> Pdm踉: Re: [ ruby-Bugs-7045 ] Bigdecimal isn't comparable
> Datum: 13.12.2006 13:49:25
> ----------------------------------------
> Hi,
> 
> In message "Re: [ ruby-Bugs-7045 ] Bigdecimal isn't comparable"
>     on Wed, 13 Dec 2006 19:30:45 +0900, Ondrej Bilka <neleai@seznam.cz> writes:
> 
> |> The class itself is not Comparable, this is expected.  But istances of
> |> this class are Comparable:
> |No its unexpected.
> |irb(main):002:0> Numeric>BigDecimal
> |=> true
> 
> Yes, BigDecimal is Numeric.  And
> 
>  p Comparable>BigDecimal
> 
> gives you true.  What did you expect?
> 
> 							matz.
> 
> 
> 
> 
Problem was at code
case class
when (BigDecimal..MyDecimal)

and I wondered why it doesnt match. I didn't realize that they are ordered inversely




In This Thread