Skip to content

Commit 5f9b2db

Browse files
committed
FileUtils#ln_sr is private because it is a module function
1 parent d70b6eb commit 5f9b2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/ln_sr.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
require 'fileutils'
3030

3131
include FileUtils
32-
unless respond_to?(:ln_sr)
32+
unless respond_to?(:ln_sr, true)
3333
def ln_sr(src, dest, target_directory: true, force: nil, noop: nil, verbose: nil)
3434
cmd = "ln -s#{force ? 'f' : ''}#{target_directory ? '' : 'T'}" if verbose
3535
fu_each_src_dest0(src, dest, target_directory) do |s,d|

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy