aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-07-22 21:48:53 -0500
committerJack Nagel2013-07-22 21:49:14 -0500
commitbb3373433b0d401f4495eb8feb1a22cc743d93e5 (patch)
treed7fced0f880ea8fd361d82fc4c93d02c53e761cc /Library
parentd335715319673197819f91361fccffba2ea22e52 (diff)
downloadhomebrew-bb3373433b0d401f4495eb8feb1a22cc743d93e5.tar.bz2
Update comment
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/dependency.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/dependency.rb b/Library/Homebrew/dependency.rb
index c63e26f3f..88ffc99ba 100644
--- a/Library/Homebrew/dependency.rb
+++ b/Library/Homebrew/dependency.rb
@@ -94,11 +94,12 @@ class Dependency
end
end
- # Used to prune dependencies when calling expand with a block.
+ # Prune a dependency and its dependencies recursively
def prune
throw(:action, :prune)
end
+ # Prune a single dependency but do not prune its dependencies
def skip
throw(:action, :skip)
end