method

add_edge

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

Method not available on this version

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

add_edge(origin, destination, requirement)
public

Adds a new {Edge} to the dependency graph @param [Vertex] origin @param [Vertex] destination @param [Object] requirement the requirement that this edge represents @return [Edge] the added edge