Make Formulary a module.

This commit is contained in:
Markus Reiter 2017-02-20 13:06:23 +01:00
parent 9f31d41fb2
commit 86bec56bf8

View File

@ -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)