This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
detach_vertex_named(name)
public
Detaches the {#vertex_named} `name` {Vertex} from
the graph, recursively removing any non-root vertices that were orphaned in
the process @param [String] name @return [Array] the vertices which have been detached
# File lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb, line 169
def detach_vertex_named(name)
log.detach_vertex_named(self, name)
end