mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix documentation of options for all of methods in FileUtils.
Patch by galia traub( @galiat ). [Fix GH-1510][ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57372 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c59e739b02
commit
18a315df43
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
#
|
||||
# The <tt>options</tt> parameter is a hash of options, taken from the list
|
||||
# <tt>:force</tt>, <tt>:noop</tt>, <tt>:preserve</tt>, and <tt>:verbose</tt>.
|
||||
# <tt>:noop</tt> means that no changes are made. The other two are obvious.
|
||||
# <tt>:noop</tt> means that no changes are made. The other three are obvious.
|
||||
# Each method documents the options that it honours.
|
||||
#
|
||||
# All methods that have the concept of a "source" file or directory can take
|
||||
|
|
Loading…
Reference in a new issue