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