# File lib/rgl/adjacency.rb, line 89 89: def has_edge? (u, v) 90: has_vertex?(u) and @vertice_dict[u].include?(v) 91: end