aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/formula.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index f64468943..76f6681cd 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -14,6 +14,7 @@ require 'pkg_version'
class Formula
include FileUtils
include Utils::Inreplace
+ extend Enumerable
attr_reader :name, :path, :homepage, :build
attr_reader :stable, :devel, :head, :active_spec
@@ -358,9 +359,6 @@ class Formula
end
end
end
- class << self
- include Enumerable
- end
# An array of all installed formulae
def self.installed