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

Add ticket numbers.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2015-06-14 08:53:27 +00:00
parent 0b3ef899f2
commit 07736e3d7d

2
NEWS
View file

@ -18,11 +18,13 @@ with all sufficient information, see the ChangeLog file.
* Enumerable
* Enumerable#grep_v is added as inverse version of Enumerable#grep.
[Feature #11049]
* Numeric
* Numeric#positive? and Numeric#negative? are added, which return
true when the receiver is positive and negative respectively.
[Feature #11151]
* IO