class Molinillo::DependencyGraph::Log
def pop!(graph)
-
(Action)
- the action that was popped off the log
Parameters:
-
graph
(DependencyGraph
) --
def pop!(graph) return unless action = @current_action unless @current_action = action.previous @first_action = nil end action.down(graph) action end