# File lib/rgl/adjacency.rb, line 84 84: def add_vertex (v) 85: @vertice_dict[v] ||= @edgelist_class.new 86: end