From 76da21afab2d9b003a39a2b1156b3591cb2e8a94 Mon Sep 17 00:00:00 2001 From: An Cao Date: Wed, 14 Feb 2024 10:32:42 +0700 Subject: [PATCH] fix documentation of action `copy_file` --- lib/thor/actions/file_manipulation.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/thor/actions/file_manipulation.rb b/lib/thor/actions/file_manipulation.rb index e4aa8e89..3c5f16d3 100644 --- a/lib/thor/actions/file_manipulation.rb +++ b/lib/thor/actions/file_manipulation.rb @@ -10,7 +10,6 @@ module Actions # destination:: the relative path to the destination root. # config:: give :verbose => false to not log the status, and # :mode => :preserve, to preserve the file mode from the source. - # # ==== Examples #