class

DependencyGraph::Graph

Inherits Reference < Object

Constructors

new(nodes : Hash(String, DependencyGraph::Graph::Node) = {} of String => Node)
Source

Instance methods

[](*args, **options)
Source
[](*args, **options, &)
Source
[]?(*args, **options)
Source
[]?(*args, **options, &)
Source
add(value : String)
Source
add_edge(value_1 : String, value_2 : String)
Source
delete(*args, **options)
Source
delete(*args, **options, &)
Source
each(*args, **options)
Source
each(*args, **options, &)
Source
nodes
Source
prelude_node
Source

Nested types