1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/fileutils.rb: remove tailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2012-03-11 21:48:45 +00:00
parent 966eacca95
commit 1100fdfc65

View file

@ -199,7 +199,7 @@ public
# 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 @@ public
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