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