From 62d25f9c8bb8f0471394bc6dad5d82abb163e1cb Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 5 Apr 2013 14:41:13 -0500 Subject: Remove obsolete comment about download_strategy The canonical way to select a custom download strategy is to pass :using => StrategyClass as an argument to the url DSL method. --- Library/Homebrew/formula.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 2dc7d500c..16fbbce50 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -173,8 +173,6 @@ class Formula def opt_prefix; HOMEBREW_PREFIX/:opt/name end - # Use the @active_spec to detect the download strategy. - # Can be overriden to force a custom download strategy def download_strategy @active_spec.download_strategy end -- cgit v1.2.3