# File lib/rgl/adjacency.rb, line 79
79:     def has_vertex? (v)
80:       @vertice_dict.has_key?(v)
81:     end