tag(tag)
public
Tags the current state of the dependency as the given tag @param [Object] tag an opaque
tag for the
current state of the graph @return [Void]
# File lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb, line 63
def tag(tag)
log.tag(self, tag)
end