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

ruby-changes:36178

From: svn <ko1@a...>
Date: Tue, 4 Nov 2014 12:22:00 +0900 (JST)
Subject: [ruby-changes:36178] svn:r48259 (trunk): * remove trailing spaces.

svn	2014-11-04 12:21:53 +0900 (Tue, 04 Nov 2014)

  New Revision: 48259

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

  Log:
    * remove trailing spaces.

  Modified files:
    trunk/lib/csv.rb
Index: lib/csv.rb
===================================================================
--- lib/csv.rb	(revision 48258)
+++ lib/csv.rb	(revision 48259)
@@ -1476,7 +1476,7 @@ class CSV https://github.com/ruby/ruby/blob/trunk/lib/csv.rb#L1476
   #                                       the rows contain no actual data. If
   #                                       you want to skip rows that contain
   #                                       separators but no content, consider
-  #                                       using <tt>:skip_lines</tt>, or 
+  #                                       using <tt>:skip_lines</tt>, or
   #                                       inspecting fields.compact.empty? on
   #                                       each row.
   # <b><tt>:force_quotes</tt></b>::       When set to a +true+ value, CSV will

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

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