Merge pull request #2066 from reitermarkus/formulary-module

Make `Formulary` a `module`.
This commit is contained in:
Markus Reiter 2017-02-20 20:04:41 +01:00 committed by GitHub
commit e7d555375b

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)