Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
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