From: Brett Boge Date: 2007-07-27T07:22:45+09:00 Subject: n00b if condition quest I'm sure theres a way, so how does one do: if (a = b or a = c or a = d or a = f) in a shorter, easier to view if (a = (b c d or f)) kind of way? -- Posted via http://www.ruby-forum.com/.