diff options
| author | Alyssa Ross | 2017-01-20 12:30:47 +0000 | 
|---|---|---|
| committer | Alyssa Ross | 2017-01-23 17:56:33 +0000 | 
| commit | b0fea9eb6c7dfc39bbd8083180a7156b9b859571 (patch) | |
| tree | fa156ef1943b4021777f4691f195dc4e5cdf1551 | |
| parent | 13488183bd3fe9d0f8e84d66075c9c7d4cdc931d (diff) | |
| download | brew-b0fea9eb6c7dfc39bbd8083180a7156b9b859571.tar.bz2 | |
fileutils: update Ruby documentation URL
| -rw-r--r-- | Library/Homebrew/extend/fileutils.rb | 2 | 
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] | 
