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

ruby-changes:22926

From: nobu <ko1@a...>
Date: Mon, 12 Mar 2012 06:51:23 +0900 (JST)
Subject: [ruby-changes:22926] nobu:r34975 (trunk): * lib/fileutils.rb: remove tailing spaces.

nobu	2012-03-12 06:48:45 +0900 (Mon, 12 Mar 2012)

  New Revision: 34975

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

  Log:
    * lib/fileutils.rb: remove tailing spaces.

  Modified files:
    trunk/lib/fileutils.rb

Index: lib/fileutils.rb
===================================================================
--- lib/fileutils.rb	(revision 34974)
+++ lib/fileutils.rb	(revision 34975)
@@ -199,7 +199,7 @@
   #   FileUtils.cd('/') do  # chdir
   #     [...]               # do something
   #   end                   # return to original directory
-  #   
+  #
   def cd(dir, options = {}, &block) # :yield: dir
     fu_check_options options, OPT_TABLE['cd']
     fu_output_message "cd #{dir}" if options[:verbose]
@@ -606,7 +606,7 @@
   alias move mv
 
   define_command('mv', :force, :noop, :verbose, :secure)
-  define_command('move', :force, :noop, :verbose, :secure)  
+  define_command('move', :force, :noop, :verbose, :secure)
 
 private
 

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

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