1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* NEWS-2.1.0: Mention that step can accept a 0 unit. See #9575

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45234 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2014-03-02 01:54:36 +00:00
parent b0c5f5f0bf
commit ec8de033e7

View file

@ -104,6 +104,8 @@ with all sufficient information, see the ChangeLog file.
* Numeric#step allows the limit argument to be omitted, in which
case an infinite sequence of numbers is generated. Keyword
arguments `to` and `by` are introduced for ease of use.
`by` can be 0, in which case the same value will be generated
indefinitely.
* Process
* New methods: