struct Zap::Installer::Classic::Writer::File
Defined in:
installer/classic/writer/file.cr
Instance Method Summary
aliased_name : String | Nil
aliased_name,
ancestors : Array(Package)
ancestors,
dependency : Package
dependency,
install : InstallResult
install,
installer : Zap::Installer::Classic
installer,
location : LocationNode
location,
state : Commands::Install::State
state
new(dependency : Package, *, installer : Zap::Installer::Classic, location : LocationNode, state : Commands::Install::State, ancestors : Array(Package), aliased_name : String | Nil)
new
init_location(dependency : Package, target_path : Path, location : LocationNode) : LocationNode
init_location
Instance methods inherited from class Object
or(other : T) : T | self forall T
or,
pipe(&)
pipe
Instance Method Detail