Mark each vertex unvisited (i.e. :WHITE)
51 52 53
# File 'lib/rgl/graph_visitor.rb', line 51 def reset @color_map = Hash.new(:WHITE) end