From d583ee266bf189a8d41ee3a3469ab0334c8643fa Mon Sep 17 00:00:00 2001 From: mame Date: Tue, 13 Mar 2018 08:18:03 +0000 Subject: 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 --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') 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: -- cgit v1.2.3