Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
detach_vertex_named(graph, name)
public
# 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