mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02: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:
parent
966eacca95
commit
1100fdfc65
1 changed files with 2 additions and 2 deletions
|
@ -199,7 +199,7 @@ public
|
||||||
# FileUtils.cd('/') do # chdir
|
# FileUtils.cd('/') do # chdir
|
||||||
# [...] # do something
|
# [...] # do something
|
||||||
# end # return to original directory
|
# end # return to original directory
|
||||||
#
|
#
|
||||||
def cd(dir, options = {}, &block) # :yield: dir
|
def cd(dir, options = {}, &block) # :yield: dir
|
||||||
fu_check_options options, OPT_TABLE['cd']
|
fu_check_options options, OPT_TABLE['cd']
|
||||||
fu_output_message "cd #{dir}" if options[:verbose]
|
fu_output_message "cd #{dir}" if options[:verbose]
|
||||||
|
@ -606,7 +606,7 @@ public
|
||||||
alias move mv
|
alias move mv
|
||||||
|
|
||||||
define_command('mv', :force, :noop, :verbose, :secure)
|
define_command('mv', :force, :noop, :verbose, :secure)
|
||||||
define_command('move', :force, :noop, :verbose, :secure)
|
define_command('move', :force, :noop, :verbose, :secure)
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue