ruby-changes:5304
From: knu <ko1@a...>
Date: Wed, 4 Jun 2008 16:16:09 +0900 (JST)
Subject: [ruby-changes:5304] Ruby:r16803 (ruby_1_8_7): Fix typos and move misplaced entries.
knu 2008-06-04 16:15:54 +0900 (Wed, 04 Jun 2008) New Revision: 16803 Modified files: branches/ruby_1_8_7/NEWS Log: Fix typos and move misplaced entries. http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_7/NEWS?r1=16803&r2=16802&diff_format=u Index: ruby_1_8_7/NEWS =================================================================== --- ruby_1_8_7/NEWS (revision 16802) +++ ruby_1_8_7/NEWS (revision 16803) @@ -218,8 +218,6 @@ New methods. - * Method#class_exec - * Method#module_exec * Method#name * Method#owner * Method#receiver @@ -228,6 +226,11 @@ New methods. + * Module#class_exec + * Module#module_exec + + New methods. + * Numeric#step Return an enumerator if no block is given. @@ -382,6 +385,12 @@ Tempfile.open(['image', 'jpg']) { |tempfile| ... } +* tmpdir + + * New method: + + * Dir.mktmpdir + * uri * added LDAPS scheme. @@ -496,11 +505,6 @@ in temporary file names any more. See above for how to specify a suffix. -* tmpdir - - * New method: - * Dir.mktmpdir - * uri * See above for details. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/