From 2d4d0c465590cde8a4124a38a253eeeeaea160b3 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 23 Jan 2012 19:29:55 -0800 Subject: [PATCH] Rubyisms --- Library/Homebrew/download_strategy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 625dbaf9af..f8e66001f7 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -188,7 +188,7 @@ class CurlUnsafeDownloadStrategy < CurlDownloadStrategy end # This strategy extracts our binary packages. -class CurlBottleDownloadStrategy