class Molinillo::DependencyGraph::Log

def initialize

Initializes an empty log
def initialize
  @current_action = @first_action = nil
end