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
commitc05275e362db66fd5ffdb321e5c4d14fde3ed423 (patch)
treea355794f409600ff2f88d428f1a481826eadb3fd /Library
parent93af660c7fd043d1dce809a7bfb5017252f28990 (diff)
downloadbrew-c05275e362db66fd5ffdb321e5c4d14fde3ed423.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