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:
parent
997a3b5212
commit
d91d56555c
@ -576,11 +576,11 @@ class Formula
|
||||
HOMEBREW_LIBRARY.join("Homebrew", "test", "fixtures", file)
|
||||
end
|
||||
|
||||
protected
|
||||
|
||||
def install
|
||||
end
|
||||
|
||||
protected
|
||||
|
||||
# Pretty titles the command and buffers stdout/stderr
|
||||
# Throws if there's an error
|
||||
def system cmd, *args
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user