diff options
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/formula_installer.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 7ebf52cfd..98065a92c 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -19,7 +19,6 @@ class FormulaInstaller    def self.mode_attr_accessor(*names)      attr_accessor(*names) -    private(*names)      names.each do |name|        predicate = "#{name}?"        define_method(predicate) { !!send(name) }  | 
