From: Sean O'Halpin Date: 2005-11-09T04:29:05+09:00 Subject: Re: Ruby with WMI but that is not the problem. On 11/8/05, happy-jack wrote: > cpuName.chomp You need to do either: cpuName = cpuName.chomp or cpuName.chomp! Regards, Sean