From: cmdjackryan@... Date: 2007-01-30T09:37:28+09:00 Subject: Re: Is my code using the Ruby way? Tamreen Khan wrote: > Also, I'd put the 'else' on the same level of indentation as the unless. As > Helder wrote, you don't need the == true bit, Ruby's all about natural > code. > Yeah, I did the former already (I like it better that way). And omitting the ==true part makes the code more readable. Thanks for the feedback, folks. -Phill