class

Scry::Completion::DependencyGraph::Graph

Inherits Reference / Object

Constructors

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

Instance methods

[](value : String)
Source
[]?(value : String)
Source
add(value : String)
Source
add_edge(value_1 : String, value_2 : String)
Source
delete(value : String)
Source
each
Source
each
Source
prelude_node
Source