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/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb, line 70
def rewind_to(tag)
log.rewind_to(self, tag)
end