struct Scry::Completion::DependencyGraph::Node

Defined in:

scry/completion/dependency_graph.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : String) #

[View source]

Instance Method Detail


[View source]
def connections=(connections : Set(Scry::Completion::DependencyGraph::Node)) #

[View source]
def descendants #

[View source]
def hash(hasher) #
Description copied from struct Struct

See Object#hash(hasher)


[View source]
def value : String #

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

[View source]