method

add_edge

ruby latest stable - Class: Gem::Resolver::Molinillo::DependencyGraph
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