aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMarkus Reiter2017-02-20 13:06:23 +0100
committerMarkus Reiter2017-02-20 13:06:23 +0100
commit86bec56bf87dcbd923ebd74409685f6fe4a9f38e (patch)
tree70b765567be04574664462e263a88f869c270fb6 /Library/Homebrew
parent9f31d41fb263718bff98e194df411b8aaea72aba (diff)
downloadbrew-86bec56bf87dcbd923ebd74409685f6fe4a9f38e.tar.bz2
Make `Formulary` a `module`.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/formulary.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formulary.rb b/Library/Homebrew/formulary.rb
index cf85ba03f..4a65f8704 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)