diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 562d04ff87..80e2e478c4 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -694,7 +694,7 @@ private instance_eval(&block) end - def bottle url=nil, &block + def bottle *, &block return @bottle unless block_given? @bottle ||= Bottle.new @bottle.instance_eval(&block)