From: forgottenwizard Date: 2007-07-29T11:05:24+09:00 Subject: Re: Performance diffrence between ifs and case On 10:53 Sun 29 Jul , John Joyce wrote: > Or, just write code using case, then code using if's > then test it. > Ruby has a testing facility in the standard library! > That's the quickest way to find out. > Is there any idea on which way the aforementioned systems will evolve, or is that kind of a toss-up. What I'm doing right now, it doesn't make much of a diff either way, so I'll use case sinces its less typing...