diff --git a/Library/Homebrew/formula_creator.rb b/Library/Homebrew/formula_creator.rb index 0be15b4f88..4153c5e096 100644 --- a/Library/Homebrew/formula_creator.rb +++ b/Library/Homebrew/formula_creator.rb @@ -4,6 +4,9 @@ require "digest" require "erb" module Homebrew + # Class for generating a formula from a template. + # + # @api private class FormulaCreator attr_reader :args, :url, :sha256, :desc, :homepage attr_accessor :name, :version, :tap, :path, :mode, :license