Mark private methods as private

This commit is contained in:
Jack Nagel 2014-07-16 18:54:19 -05:00
parent 3c366a56d7
commit dc3bcf22a3

View File

@ -90,6 +90,8 @@ class BottleCollector
@bottles.key?(key) @bottles.key?(key)
end end
private
# This allows generic Altivec PPC bottles to be supported in some # This allows generic Altivec PPC bottles to be supported in some
# formulae, while also allowing specific bottles in others; e.g., # formulae, while also allowing specific bottles in others; e.g.,
# sometimes a formula has just :tiger_altivec, other times it has # sometimes a formula has just :tiger_altivec, other times it has