From: taroxd@163.com Date: 2014-02-26T10:11:08+00:00 Subject: [ruby-core:61106] [ruby-trunk - Bug #9570] [Open] Something wrong with Enumerator#size ? Issue #9570 has been reported by ��� ���. ---------------------------------------- Bug #9570: Something wrong with Enumerator#size ? https://bugs.ruby-lang.org/issues/9570 * Author: ��� ��� * Status: Open * Priority: Normal * Assignee: Yukihiro Matsumoto * Category: core * Target version: next minor * ruby -v: Ruby 2.0.0-p451 * Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- enum = 2.step(1, 3) enum.size #=> 1 It should be 0, shouldn't it? ( Windows ) -- http://bugs.ruby-lang.org/