Update comment

This commit is contained in:
Jack Nagel 2013-07-22 21:48:53 -05:00
parent 93af660c7f
commit c05275e362

View File

@ -94,11 +94,12 @@ class Dependency
end end
end end
# Used to prune dependencies when calling expand with a block. # Prune a dependency and its dependencies recursively
def prune def prune
throw(:action, :prune) throw(:action, :prune)
end end
# Prune a single dependency but do not prune its dependencies
def skip def skip
throw(:action, :skip) throw(:action, :skip)
end end