class Scry::Completion::DependencyGraph::Graph

Defined in:

scry/completion/dependency_graph.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(nodes : Hash(String, Scry::Completion::DependencyGraph::Node) = {} of String => Node) #

[View source]

Instance Method Detail

def [](value : String) #

[View source]
def []?(value : String) #

[View source]
def add(value : String) #

[View source]
def add_edge(value_1 : String, value_2 : String) #

[View source]
def delete(value : String) #

[View source]
def each(&) #

[View source]
def each #

[View source]
def prelude_node : Node #

[View source]