From: -j b- Date: 2008-07-08T01:00:47+09:00 Subject: Re: Another logical precedence question ThoML wrote: > So what you're doing is > (ut = ARGV.shift) or usage > but I'm pretty sure that what you want to do is > ut = ARGV.shift || usage I see. Invoking the call and invoking the string are NOT the same thing. *blush* Thanks for the help. -- Posted via http://www.ruby-forum.com/.