We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ea474 commit 4771925Copy full SHA for 4771925
lib/fileutils.rb
@@ -314,7 +314,7 @@ def fu_mkdir(path, mode) #:nodoc:
314
# returns +list+.
315
#
316
# With no keyword arguments, removes the directory at each +path+ in +list+,
317
- # by calling: <tt>Dir.rmdir(path, mode)</tt>;
+ # by calling: <tt>Dir.rmdir(path)</tt>;
318
# see {Dir.rmdir}[https://docs.ruby-lang.org/en/master/Dir.html#method-c-rmdir]:
319
320
# FileUtils.rmdir(%w[tmp0/tmp1 tmp2/tmp3]) # => ["tmp0/tmp1", "tmp2/tmp3"]
0 commit comments