Fluxion::ArtifactFormat
Inherits Enum < Comparable < Value < Object
Artifact shapes a compiled-binary URL may point at.
The split between locally extracted and delegated formats is deliberate: Fluxion implements tar.gz itself with hard bounds, and refuses to guess at zip and tar.xz rather than shipping two more archive parsers that handle traversal, symlinks, and decompression bombs.
Constants
PlainBinary = 0
TarGz = 1
Zip = 2
TarXz = 3
Constructors
Instance methods
archive?
Sourceconfig_name
SourceAppends a String representation of this enum member to the given io.
See also: to_s.