Skip to content

Commit

Permalink
Merge pull request #23 from y-yagi/add_missing_remove_destination_opt…
Browse files Browse the repository at this point in the history
…ion_to_doc

Add missing `remove_destination` option to a doc [ci skip]
  • Loading branch information
hsbt authored Jul 29, 2018
2 parents 64e2750 + 6b1cd78 commit 0661821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fileutils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#
# There are some `low level' methods, which do not accept any option:
#
# FileUtils.copy_entry(src, dest, preserve = false, dereference = false)
# FileUtils.copy_entry(src, dest, preserve = false, dereference_root = false, remove_destination = false)
# FileUtils.copy_file(src, dest, preserve = false, dereference = true)
# FileUtils.copy_stream(srcstream, deststream)
# FileUtils.remove_entry(path, force = false)
Expand Down

0 comments on commit 0661821

Please sign in to comment.