[前][次][番号順一覧][スレッド一覧]

ruby-changes:11140

From: jeg2 <ko1@a...>
Date: Wed, 4 Mar 2009 05:20:20 +0900 (JST)
Subject: [ruby-changes:11140] Ruby:r22744 (trunk): * lib/csv.rb: Some minor documentation fixes from Gregory Brown.

jeg2	2009-03-04 05:20:08 +0900 (Wed, 04 Mar 2009)

  New Revision: 22744

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=22744

  Log:
    * lib/csv.rb: Some minor documentation fixes from Gregory Brown.

  Modified files:
    trunk/ChangeLog
    trunk/lib/csv.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 22743)
+++ ChangeLog	(revision 22744)
@@ -1,7 +1,11 @@
+Wed Mar  4 05:19:27 2009  James Edward Gray II  <jeg2@r...>
+
+  * lib/csv.rb: Some minor documentation fixes from Gregory Brown.
+
 Wed Mar  4 03:42:56 2009  James Edward Gray II  <jeg2@r...>
 
-	* lib/csv.rb: A patch from Madoka Yakamamoto to prevent an infinite
-	  loop while reading some encodings.
+  * lib/csv.rb: A patch from Madoka Yakamamoto to prevent an infinite
+    loop while reading some encodings.
 
 Wed Mar  4 00:54:43 2009  Yuki Sonoda (Yugui)  <yugui@y...>
 
Index: lib/csv.rb
===================================================================
--- lib/csv.rb	(revision 22743)
+++ lib/csv.rb	(revision 22744)
@@ -2238,10 +2238,10 @@
   end
   
   # 
-  # This method is an encoding safe version of Regexp::escape().  I will escape
+  # This method is an encoding safe version of Regexp::escape().  It will escape
   # any characters that would change the meaning of a regular expression in the
   # encoding of +str+.  Regular expression characters that cannot be transcoded
-  # to the target encodign will be skipped and no escaping will be performed if
+  # to the target encoding will be skipped and no escaping will be performed if
   # a backslash cannot be transcoded.
   # 
   def escape_re(str)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]