mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/fileutils] Update lib/fileutils.rb
4771925fee
Co-authored-by: Peter Zhu <peter@peterzhu.ca>
This commit is contained in:
parent
dbca60c58d
commit
019169346a
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ module FileUtils
|
|||
# returns +list+.
|
||||
#
|
||||
# With no keyword arguments, removes the directory at each +path+ in +list+,
|
||||
# by calling: <tt>Dir.rmdir(path, mode)</tt>;
|
||||
# by calling: <tt>Dir.rmdir(path)</tt>;
|
||||
# see {Dir.rmdir}[https://docs.ruby-lang.org/en/master/Dir.html#method-c-rmdir]:
|
||||
#
|
||||
# FileUtils.rmdir(%w[tmp0/tmp1 tmp2/tmp3]) # => ["tmp0/tmp1", "tmp2/tmp3"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue