mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/fileutils.rb (FileUtils::ln): ln documentation fix.
[ruby-core:06661] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2642753d5b
commit
9958d9509f
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ module FileUtils
|
|||
# <b><tt>ln(old, new, options = {})</tt></b>
|
||||
#
|
||||
# Creates a hard link +new+ which points to +old+.
|
||||
# If +new+ already exists and it is a directory, creates a symbolic link +new/old+.
|
||||
# If +new+ already exists and it is a directory, creates a link +new/old+.
|
||||
# If +new+ already exists and it is not a directory, raises Errno::EEXIST.
|
||||
# But if :force option is set, overwrite +new+.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue