class Molinillo::DependencyGraph::Tag(P, R)

Defined in:

molinillo/dependency_graph/tag.cr

Constructors

Instance Method Summary

Instance methods inherited from class Molinillo::DependencyGraph::Action(P, R)

down(graph : DependencyGraph(P, R)) down, next : Action(P, R) | Nil next, next=(next __arg0 : Action(P, R) | Nil) next=, previous : Action(P, R) | Nil previous, previous=(previous : Action(P, R) | Nil) previous=, up(graph : DependencyGraph(P, R)) up

Constructor Detail

def self.new(tag) #

[View source]

Instance Method Detail

def down(graph) #

[View source]
def tag : Value #

[View source]
def up(graph) #

[View source]