diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formulary.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/formulary.rb b/Library/Homebrew/formulary.rb index ec4693785..3d3d7930b 100644 --- a/Library/Homebrew/formulary.rb +++ b/Library/Homebrew/formulary.rb @@ -1,4 +1,6 @@ # The Formulary is responsible for creating instances of Formula. +# It is not meant to be used directy from formulae. + class Formulary def self.unload_formula formula_name |
