rewind_to(tag)
public
Rewinds the graph to the state tagged as `tag` @param [Object] tag the tag to rewind to
@return [Void]
# File lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb, line 71
def rewind_to(tag)
log.rewind_to(self, tag)
end