Method: Gem::Molinillo::DependencyGraph::Vertex#outgoing_edges

Defined in:
lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb

#outgoing_edgesArray<Edge>

Returns the edges of #graph that have ‘self` as their Edge#origin.

Returns:

  • (Array<Edge>)

    the edges of #graph that have ‘self` as their Edge#origin



41
42
43
# File 'lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb', line 41

def outgoing_edges
  @outgoing_edges
end