From: Dennis Newbold Date: 2002-03-23T07:12:17+09:00 Subject: Re: Weird problem with Ruby debugger On Fri, 22 Mar 2002, NAKAMURA, Hiroshi wrote: > Hi, Dennis, > > This is an additional information of your problem. > It does not help you, sorry. > <--- snip, snip ---> > > FYI: $= is obsolete in Ruby. > > Regards, > // NaHi > Well, I am returning to working with Ruby after being away from it for about a year or so, and am not up to speed on more recent changes. I'm pretty much working with the info in the Pickaxe book (Programming Ruby). So, if the $= variable is obsolete, can anybody tell me what is the approved or recommanded way of doing a case-insensitive comparison of two strings, or of getting the Array#include? method to do a case insensitive comparison, as in: ["built-in-command-1", "built-in-command-2"].include? response Thanks again. Dennis