Subject: unable to do "down" range?
From: Roger Pack <lists ruby-forum.com>
Date: Sat, 14 Apr 2012 03:00:01 +0900
Hello.
Since this is possible
range = 40..10
I would have expected this to work:
range.each{|n| puts n} # it doesn't
Shouldn't that work?
-roger-
--
Posted via http://www.ruby-forum.com/.