diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 793a59da65..f474b03a63 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