diff options
Diffstat (limited to 'Library/Homebrew/global.rb')
| -rw-r--r-- | Library/Homebrew/global.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb index e8e865976..1c4056499 100644 --- a/Library/Homebrew/global.rb +++ b/Library/Homebrew/global.rb @@ -93,8 +93,9 @@ HOMEBREW_CURL_ARGS = '-f#LA' require 'tap_constants' -module Homebrew extend self +module Homebrew include FileUtils + extend self attr_accessor :failed alias_method :failed?, :failed |
