From be59b4ea4f20a63d5ee3a1c5f5f0fae60e3e2234 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 23 Dec 2014 01:27:10 -0500 Subject: [PATCH] Mark cached_location as an attribute --- Library/Homebrew/download_strategy.rb | 1 + 1 file changed, 1 insertion(+) 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