Brad wrote: > I noticed that use of $= to enable case insensitive string comparison > is being deprecated. What is to be used in it's place? irb(main):001:0> ["aaa" <=> "Aaa", "aaa".casecmp("Aaa")] => [1, 0] > Regards, > Brad More Regards, Florian Gross