Module: AbstractDownloadStrategy::Pourable Private
- Defined in:
- download_strategy.rb
Overview
This module is part of a private API. This module may only be used in the Homebrew/brew repository. Third parties should avoid using this module if possible, as it may be removed or changed without warning.
Extension for bottle downloads.
Instance Method Summary collapse
-
#stage ⇒ Object
private
Instance Method Details
#stage ⇒ Object
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
38 39 40 41 |
# File 'download_strategy.rb', line 38 def stage ohai "Pouring #{basename}" super end |