class

Bundler::Molinillo::DependencyGraph

ruby latest stable - Superclass: Object

Class not available on this version

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

A directed acyclic graph that is tuned to hold named dependencies

Included modules

  • Enumerable
  • TSort

Constants

Edge = Struct.new(:origin, :destination, :requirement)

Attributes

[R]log
[R]vertices

Files

  • lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb
  • lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb
  • lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
  • lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
  • lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
  • lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
  • lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb
  • lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb
  • lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb
  • lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb