method

new

ruby latest stable - Class: Bundler::Molinillo::DependencyGraph::DeleteEdge

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

new(origin_name, destination_name, requirement)
public

Initialize an action to add an edge to a dependency graph @param [String] origin_name the name of the origin of the edge @param [String] destination_name the name of the destination of the edge @param [Object] requirement the requirement that the edge represents