diff options
Diffstat (limited to 'Library/Homebrew/download_strategy.rb')
| -rw-r--r-- | Library/Homebrew/download_strategy.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 793a59da6..f474b03a6 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -21,6 +21,7 @@ class AbstractDownloadStrategy    def stage    end +  # @!attribute [r] cached_location    # The path to the cached file or directory associated with the resource.    def cached_location    end | 
