vertex_named(name)
@param [String] name @return [Vertex,nil] the vertex with the given name
# File lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb, line 174 def vertex_named(name) vertices[name] end