Sha256: 975eb9246c0fd8a0b1ae9b61ceb5f1c41099603efa30b3821eb6768cf62924be
Contents?: true
Size: 290 Bytes
Versions: 45
Compression:
Stored size: 290 Bytes
Contents
module InspecTools # Methods for converting from CKL to various formats class CKL def initialize(ckl) @ckl = ckl end def to_csv # TODO: to_csv end def to_xccdf # TODO: to_xccdf end def to_inspec # TODO: to_inspec end end end
Version data entries
45 entries across 45 versions & 1 rubygems