Update comment
This commit is contained in:
parent
93af660c7f
commit
c05275e362
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user