aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/fileutils.rb
diff options
context:
space:
mode:
authorAlyssa Ross2017-01-20 12:30:47 +0000
committerAlyssa Ross2017-01-23 17:56:33 +0000
commitb0fea9eb6c7dfc39bbd8083180a7156b9b859571 (patch)
treefa156ef1943b4021777f4691f195dc4e5cdf1551 /Library/Homebrew/extend/fileutils.rb
parent13488183bd3fe9d0f8e84d66075c9c7d4cdc931d (diff)
downloadbrew-b0fea9eb6c7dfc39bbd8083180a7156b9b859571.tar.bz2
fileutils: update Ruby documentation URL
Diffstat (limited to 'Library/Homebrew/extend/fileutils.rb')
-rw-r--r--Library/Homebrew/extend/fileutils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/fileutils.rb b/Library/Homebrew/extend/fileutils.rb
index 4f20d36a3..287a1408f 100644
--- a/Library/Homebrew/extend/fileutils.rb
+++ b/Library/Homebrew/extend/fileutils.rb
@@ -3,7 +3,7 @@ require "tmpdir"
require "etc"
# Homebrew extends Ruby's `FileUtils` to make our code more readable.
-# @see http://ruby-doc.org/stdlib-1.8.7/libdoc/fileutils/rdoc/FileUtils.html Ruby's FileUtils API
+# @see http://ruby-doc.org/stdlib-2.0.0/libdoc/fileutils/rdoc/FileUtils.html Ruby's FileUtils API
module FileUtils
# Create a temporary directory then yield. When the block returns,
# recursively delete the temporary directory. Passing opts[:retain]