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/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb, line 64
def tag(tag)
log.tag(self, tag)
end