class Bundler::Molinillo::DependencyGraph::DetachVertexNamed

def initialize(name)

Parameters:
  • name (String) -- the name of the vertex to detach
def initialize(name)
  @name = name
end