From: Joey Zhou Date: 2011-04-15T11:22:48+09:00 Subject: Re: Exclusive float range, Range#step result in counterintuitive result Yukihiro Matsumoto wrote in post #992890: > > By definition, floats cannot be used in ranges, when you want to > iterate over it. > > matz. But it seems that floats can be used in a range which can be iterated. int..float is OK, it can call methods from Enumerable module. But int..float sometimes result in confusion. -- Posted via http://www.ruby-forum.com/.