aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_installer.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index 80d2f5aae..23813c3e6 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -19,6 +19,7 @@ class FormulaInstaller
def self.mode_attr_accessor(*names)
attr_accessor(*names)
+ private(*names)
names.each do |name|
predicate = "#{name}?"
define_method(predicate) { !!send(name) }