From: Dave Bass Date: 2008-06-19T00:47:59+09:00 Subject: Re: print(true and true) #=> the parenthesis issue Robert Klemme wrote: > x = some_work() > putx x if x I carefully set my little trap... and it caught someone! :-D Note that I wrote "Clarity wins over conciseness every time for me." The more English-like the code is, the easier it is to understand (for me anyway). The fact that my version is a few characters longer is unimportant. Hopefully it won't phase Ruby; anyway, I'm the boss and it can do what I say. :-) Dave -- Posted via http://www.ruby-forum.com/.