class

Asar::Pack

Inherits Reference < Object

Enables packing of files from the given archive with #pack.

Constructors

new(folder : String)

Creates a new Pack from the given folder.

Source

Instance methods

pack(asar : String) : Bool

Packs the folder into the provided archive.

Returns true if successful.

Source

Nested types