Remove outdated comment
This commit is contained in:
parent
5327492482
commit
c9ef48724c
@ -78,10 +78,7 @@ class Formula
|
|||||||
end
|
end
|
||||||
|
|
||||||
def explicitly_requested?
|
def explicitly_requested?
|
||||||
# `ARGV.formulae` will throw an exception if it comes up with an empty list.
|
ARGV.formulae.include?(self) rescue false
|
||||||
# FIXME: `ARGV.formulae` shouldn't be throwing exceptions, see issue #8823
|
|
||||||
return false if ARGV.named.empty?
|
|
||||||
ARGV.formulae.include? self
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def linked_keg
|
def linked_keg
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user