diff --git a/Library/Homebrew/formulary.rb b/Library/Homebrew/formulary.rb index cf85ba03f6..4a65f87044 100644 --- a/Library/Homebrew/formulary.rb +++ b/Library/Homebrew/formulary.rb @@ -4,7 +4,7 @@ require "tap" # The Formulary is responsible for creating instances of Formula. # It is not meant to be used directly from formulae. -class Formulary +module Formulary FORMULAE = {} def self.formula_class_defined?(path)