summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-13 08:18:03 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-13 08:18:03 +0000
commitd583ee266bf189a8d41ee3a3469ab0334c8643fa (patch)
tree12db0b931e3890a7dbac647c5b9e8a3d5c3ffae3 /NEWS
parentdd3851d2786412de019350a11e749c56fa5a07cc (diff)
Add FileUtils#cp_lr
* lib/fileutils.rb: Add FileUtils#cp_lr. This method creates hard links of each file from directory to another directory recursively. This patch is based on Thomas Sawyers and Zachary Scott. [Feature #4189] [ruby-core:33820] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4d3a08218b..5ca32c67a2 100644
--- a/NEWS
+++ b/NEWS
@@ -102,6 +102,12 @@ with all sufficient information, see the ChangeLog file or Redmine
* erb command's -S option is deprecated, which will be removed in the next version.
+* FileUtils
+
+ * New method:
+
+ * FileUtils#cp_lr [Feature #4189]
+
* Matrix
* New method: