Molinillo::DependencyGraph::Log(P, R)
Instance methods
add_edge_no_circular(graph, origin, destination, requirement)
Sourcedelete_edge(graph, origin_name, destination_name, requirement)
{include:DependencyGraph#delete_edge} @param [Graph] graph the graph to perform the action on @param [String] origin_name @param [String] destination_name @param [Object] requirement @return (see DependencyGraph#delete_edge)
detach_vertex_named(graph, name)
Sourcepop!(graph)
Pops the most recent action from the log and undoes the action @param [DependencyGraph] graph @return [Action] the action that was popped off the log
rewind_to(graph, tag)
Sourcetag(graph, tag)
Source