Subject: [ruby-core:61262] Re: [ruby-trunk - Feature #9587] Integer#times with optional starting value
From: Matthew Kerwin <matthew@ r n e a
Date: Tue, 4 Mar 2014 06:09:44 +1000
References: * 61256
In-reply-to: 61256
On Mar 3, 2014 10:25 PM, <eregontp / gmail.com> wrote:
>
> "10.times(17)" is 170 at me, so it definitely is not an option as an
unnamed argument.
Strongly agree. Maybe suggest: 10.times(from: 17)