Module: AbstractDownloadStrategy::Pourable Private

Defined in:
download_strategy.rb,
download_strategy.rbi

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.

Instance Method Summary collapse

Instance Method Details

#stageObject

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.



34
35
36
37
# File 'download_strategy.rb', line 34

def stage
  ohai "Pouring #{basename}"
  super
end