From: Mark Wilden Date: 2008-05-27T23:18:16+09:00 Subject: Re: Directionality of comparasion operators On May 27, 2008, at 4:34 AM, Tobias Weber wrote: > But direction does matter in ruby, where operators are just messages > sent to the left operand. This often bites me when using ===. > > Have you had bugs fixable by rotating an expression? There are other operators that aren't commutative (like /), but it does take extra thought to remember that === is among them. That bit me in a recent post here. ///ark