Closed erictzeng closed 11 years ago
http://en.wikipedia.org/wiki/Logical_or
In general, things like
if A true elsif B true else false end
Can (and should) be turned into return A or B
return A or B
http://en.wikipedia.org/wiki/Logical_or