diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 562d04ff8..80e2e478c 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) |
