class Zap::Installer::Classic::LocationNode

Defined in:

installer/classic/classic.cr

Constructors

Instance Method Summary

Instance methods inherited from class Zap::Installer::Classic::Node(Zap::Installer::Classic::Location)

parent : Node(T) | Nil parent, value : T value

Constructor methods inherited from class Zap::Installer::Classic::Node(Zap::Installer::Classic::Location)

new(value : T, parent : self | Nil = nil) new

Instance methods inherited from class Object

or(other : T) : T | self forall T or, pipe(&) pipe

Constructor Detail

def self.new(node_modules : Path, package : Package, root : Bool, parent : LocationNode | Nil = nil) #

[View source]
def self.new(value : T, parent : self | Nil = nil) #

[View source]

Instance Method Detail

def root #

[View source]