ruby-changes:5247
From: knu <ko1@a...>
Date: Mon, 2 Jun 2008 14:44:57 +0900 (JST)
Subject: [ruby-changes:5247] Ruby:r16746 (ruby_1_8): Fix some typos and misplacement.
knu 2008-06-02 14:44:47 +0900 (Mon, 02 Jun 2008)
New Revision: 16746
Modified files:
branches/ruby_1_8/NEWS
Log:
Fix some typos and misplacement.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/NEWS?r1=16746&r2=16745&diff_format=u
Index: ruby_1_8/NEWS
===================================================================
--- ruby_1_8/NEWS (revision 16745)
+++ ruby_1_8/NEWS (revision 16746)
@@ -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/