detach_vertex_named(graph, name)
@macro action
# File lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb, line 36 def detach_vertex_named(graph, name) push_action(graph, DetachVertexNamed.new(name)) end