aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/download_strategy.rb
diff options
context:
space:
mode:
authorJack Nagel2014-12-23 01:27:10 -0500
committerJack Nagel2014-12-23 01:27:10 -0500
commit5e27707aed31688aa76d543fb227660f17a77c83 (patch)
tree07cf5f241d744c2842fccd6278f216522760bee2 /Library/Homebrew/download_strategy.rb
parent7ca187f62a00ba5368a9e595dbe843e405a761e4 (diff)
downloadhomebrew-5e27707aed31688aa76d543fb227660f17a77c83.tar.bz2
Mark cached_location as an attribute
Diffstat (limited to 'Library/Homebrew/download_strategy.rb')
-rw-r--r--Library/Homebrew/download_strategy.rb1
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