Make Formulary a module.
This commit is contained in:
parent
9f31d41fb2
commit
86bec56bf8
@ -4,7 +4,7 @@ require "tap"
|
|||||||
# The Formulary is responsible for creating instances of Formula.
|
# The Formulary is responsible for creating instances of Formula.
|
||||||
# It is not meant to be used directly from formulae.
|
# It is not meant to be used directly from formulae.
|
||||||
|
|
||||||
class Formulary
|
module Formulary
|
||||||
FORMULAE = {}
|
FORMULAE = {}
|
||||||
|
|
||||||
def self.formula_class_defined?(path)
|
def self.formula_class_defined?(path)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user