1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/fileutils
mame d583ee266b 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
2018-03-13 08:18:03 +00:00
..
clobber.rb lib/fileutils.rb: Specify frozen_string_literal: true. 2017-01-07 02:14:07 +00:00
fileasserts.rb lib/fileutils.rb: Specify frozen_string_literal: true. 2017-01-07 02:14:07 +00:00
test_dryrun.rb Rename test classes to allow stable test count when running test-all -j 2018-03-13 06:29:02 +00:00
test_fileutils.rb Add FileUtils#cp_lr 2018-03-13 08:18:03 +00:00
test_nowrite.rb Rename test classes to allow stable test count when running test-all -j 2018-03-13 06:29:02 +00:00
test_verbose.rb Rename test classes to allow stable test count when running test-all -j 2018-03-13 06:29:02 +00:00
visibility_tests.rb Rename test classes to allow stable test count when running test-all -j 2018-03-13 06:29:02 +00:00