# File lib/rgl/adjacency.rb, line 60
60:     def each_vertex (&b)
61:       @vertice_dict.each_key(&b)
62:     end