diff options
| author | Jack Nagel | 2013-07-22 21:48:53 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-07-22 21:49:14 -0500 | 
| commit | c05275e362db66fd5ffdb321e5c4d14fde3ed423 (patch) | |
| tree | a355794f409600ff2f88d428f1a481826eadb3fd /Library | |
| parent | 93af660c7fd043d1dce809a7bfb5017252f28990 (diff) | |
| download | brew-c05275e362db66fd5ffdb321e5c4d14fde3ed423.tar.bz2 | |
Update comment
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/dependency.rb | 3 | 
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 | 
