Merge pull request #2066 from reitermarkus/formulary-module
Make `Formulary` a `module`.
This commit is contained in:
commit
e7d555375b
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user