From 86bec56bf87dcbd923ebd74409685f6fe4a9f38e Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Mon, 20 Feb 2017 13:06:23 +0100 Subject: [PATCH] Make `Formulary` a `module`. --- Library/Homebrew/formulary.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)