Remove outdated comment

This commit is contained in:
Jack Nagel 2012-11-24 17:42:34 -06:00
parent 5327492482
commit c9ef48724c

View File

@ -78,10 +78,7 @@ class Formula
end
def explicitly_requested?
# `ARGV.formulae` will throw an exception if it comes up with an empty list.
# FIXME: `ARGV.formulae` shouldn't be throwing exceptions, see issue #8823
return false if ARGV.named.empty?
ARGV.formulae.include? self
ARGV.formulae.include?(self) rescue false
end
def linked_keg