From d994f2f255503edaac2f6d814df191d7f0e319aa Mon Sep 17 00:00:00 2001 From: marcandre Date: Tue, 13 Apr 2010 23:30:35 +0000 Subject: [PATCH] * NEWS: Small fixes git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27330 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index 95e77bbb91..4fba668f47 100644 --- a/NEWS +++ b/NEWS @@ -44,17 +44,17 @@ with all sufficient information, see the ChangeLog file. * builtin classes - * Array#try_convert() - * Hash#try_convert() - * IO#try_convert() - * Regexp#try_convert() - * String#try_convert() + * Array#try_convert + * Hash#try_convert + * IO#try_convert + * Regexp#try_convert + * String#try_convert New methods. * Array#sample - New method with which replaces #choice. + New method which replaces #choice. * Enumerable#each_entry @@ -203,9 +203,9 @@ with all sufficient information, see the ChangeLog file. Set#classify Set#collect! Set#delete_if - Set#delete_if Set#divide Set#reject! + SortedSet#delete_if Return an enumerator if no block is given. @@ -226,14 +226,14 @@ with all sufficient information, see the ChangeLog file. * 0.2.4 -> 0.2.7. * RSS::Maker.make - * raise an exception not returns nil for invalid feed making. + * raise an exception instead of returning nil for invalid feed making. * requires block. * RSS::Maker.[] * new method to return maker class. * RSS::Maker.supported?(version) - * new method to check whether given version is supported. + * new method to check if given version is supported. * RSS::Maker: item.guid.permanent_link? * new alias of item.guid.isPermaLink