Possible Duplicate:
Multiple Inequalities in Ruby
Hi All, I have an ugly logical expression, and I just know there's a much nicer, more concise way to phrase this in ruby:
some_variable == 1 || some_variable == 2 || some_variable == 4
All suggestions welcomed, Thanks