# File lib/rgl/adjacency.rb, line 65
65:     def has_vertex? (v)
66:       @vertice_dict.has_key?(v)
67:     end