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.
This commit is contained in:
Jack Nagel 2013-04-05 14:41:13 -05:00
parent dda22a3562
commit 62d25f9c8b

View File

@ -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