From: "Philip Müller" Date: 2009-04-18T00:10:28+09:00 Subject: simple (?) question regarding the "&&" and "and" operators Hi, why is a = Something.new b = Something.new a and b => b ? I would expect it to return true. Same thing goes for the && operator Regards Philip