From dc3bcf22a380caa8a776b78e7eaf1a3341839114 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 16 Jul 2014 18:54:19 -0500 Subject: [PATCH] Mark private methods as private --- Library/Homebrew/bottles.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/bottles.rb b/Library/Homebrew/bottles.rb index ee779cb3ea..b2539c9539 100644 --- a/Library/Homebrew/bottles.rb +++ b/Library/Homebrew/bottles.rb @@ -90,6 +90,8 @@ class BottleCollector @bottles.key?(key) end + private + # This allows generic Altivec PPC bottles to be supported in some # formulae, while also allowing specific bottles in others; e.g., # sometimes a formula has just :tiger_altivec, other times it has