From ed4992f467e0c3b8b84959d279e2be9d8be25ab1 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 16 Nov 2009 13:24:41 -0800 Subject: [PATCH] Add a Formulary class for managing the Formulae These methods could be static on Formula, but splitting them out makes it clear to formular authors that these functions don't have anything to do with writing new formulas. --- Library/Homebrew/formula.rb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 5d3564476c..247d678242 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -33,6 +33,28 @@ class FormulaUnavailableError