aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Reiter2017-02-20 20:04:41 +0100
committerGitHub2017-02-20 20:04:41 +0100
commite7d555375b43a52837a28e4e6e610c777c3404bb (patch)
tree564e66bec8ae054f45cd4ecf4f4afcf94b2aa664
parentaa7654beabf158106e8264747d2c692066333270 (diff)
parent86bec56bf87dcbd923ebd74409685f6fe4a9f38e (diff)
downloadbrew-e7d555375b43a52837a28e4e6e610c777c3404bb.tar.bz2
Merge pull request #2066 from reitermarkus/formulary-module
Make `Formulary` a `module`.
-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)