From 891cfe454b1cad462265252348ff8a34dff44f1b Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 28 Mar 2013 17:37:29 -0500 Subject: [PATCH] Remove circular require Will this break anything? It shouldn't; Formula will always be loaded before Tab anyway. But really there is a design problem here, Tab shouldn't have any hardcoded references to Formula. I think this is fixable, but callers of for_formula will need to be checked first. --- Library/Homebrew/tab.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb index 35b40ec41f..d35f69f8ad 100644 --- a/Library/Homebrew/tab.rb +++ b/Library/Homebrew/tab.rb @@ -1,5 +1,4 @@ require 'ostruct' -require 'formula' require 'options' require 'vendor/multi_json'