# File lib/rgl/adjacency.rb, line 46
46:     def each_vertex (&b)
47:       @vertice_dict.each_key(&b)
48:     end