Formula#install has public visibility

It is called with an explicit receiver in build.rb, so the base class
method should also be public.
This commit is contained in:
Jack Nagel 2014-12-12 22:27:34 -05:00
parent 997a3b5212
commit d91d56555c

View File

@ -576,11 +576,11 @@ class Formula
HOMEBREW_LIBRARY.join("Homebrew", "test", "fixtures", file) HOMEBREW_LIBRARY.join("Homebrew", "test", "fixtures", file)
end end
protected
def install def install
end end
protected
# Pretty titles the command and buffers stdout/stderr # Pretty titles the command and buffers stdout/stderr
# Throws if there's an error # Throws if there's an error
def system cmd, *args def system cmd, *args