From 3b4ee58c491f164c2751c1c0f941568c35fb0ac6 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Mon, 26 Jun 2017 07:30:28 +0200 Subject: Refactor using `Forwardable` and `DelegateClass`. --- Library/Homebrew/global.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Homebrew/global.rb') diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb index f36b01874..9f79781b4 100644 --- a/Library/Homebrew/global.rb +++ b/Library/Homebrew/global.rb @@ -1,4 +1,6 @@ +require "forwardable" require "extend/module" +require "extend/predicable" require "extend/fileutils" require "extend/pathname" require "extend/git_repository" -- cgit v1.2.3