ruby-changes:38807
From: akr <ko1@a...>
Date: Sun, 14 Jun 2015 17:53:33 +0900 (JST)
Subject: [ruby-changes:38807] akr:r50888 (trunk): Add ticket numbers.
akr 2015-06-14 17:53:27 +0900 (Sun, 14 Jun 2015) New Revision: 50888 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50888 Log: Add ticket numbers. Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 50887) +++ NEWS (revision 50888) @@ -18,11 +18,13 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L18 * 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/