From c532d11e7aab8821a4e548208d5ef09c42d77e86 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Fri, 21 Aug 2009 20:20:44 +0100 Subject: [PATCH] Refactor away AbstractFormula We'd gotten to the stage where Formula was so lean, it was pointless to separate it. --- Library/Homebrew/formula.rb | 97 ++++++++++++++++-------------------- Library/Homebrew/unittest.rb | 14 ++++-- 2 files changed, 53 insertions(+), 58 deletions(-) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 577ea0f0a3..0fea6a6079 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -125,18 +125,20 @@ class FormulaUnavailableError