Subject: conditionally use greater than or less than
From: phil rosenstein <lists ruby-forum.com>
Date: Thu, 12 Apr 2012 12:50:04 +0900
what is the best way to do this in ruby?
if condition
then do a whole bunch of comparisons using >
else
do all the same comparisons except using <
--
Posted via http://www.ruby-forum.com/.