class Asar::Pack
- Asar::Pack
- Reference
- Object
Overview
Enables packing of files from the given archive with #pack.
Defined in:
asar-cr/pack.crConstructors
-
.new(folder : String)
Creates a new
Packfrom the given folder.
Instance Method Summary
-
#pack(asar : String) : Bool
Packs the folder into the provided archive.
Constructor Detail
Instance Method Detail
def pack(asar : String) : Bool
#
Packs the folder into the provided archive.
Returns true if successful.