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:
parent
0b3ef899f2
commit
07736e3d7d
1 changed files with 2 additions and 0 deletions
2
NEWS
2
NEWS
|
@ -18,11 +18,13 @@ with all sufficient information, see the ChangeLog file.
|
||||||
* Enumerable
|
* Enumerable
|
||||||
|
|
||||||
* Enumerable#grep_v is added as inverse version of Enumerable#grep.
|
* Enumerable#grep_v is added as inverse version of Enumerable#grep.
|
||||||
|
[Feature #11049]
|
||||||
|
|
||||||
* Numeric
|
* Numeric
|
||||||
|
|
||||||
* Numeric#positive? and Numeric#negative? are added, which return
|
* Numeric#positive? and Numeric#negative? are added, which return
|
||||||
true when the receiver is positive and negative respectively.
|
true when the receiver is positive and negative respectively.
|
||||||
|
[Feature #11151]
|
||||||
|
|
||||||
* IO
|
* IO
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue