Sha256: 6a6a3174da36584f0d60673cfafcffc066a62bd0af93d697c415ecfc572baf43
Contents?: true
Size: 201 Bytes
Versions: 16
Compression:
Stored size: 201 Bytes
Contents
module AwsMfaSecure class Clean def initialize(options) @options = options end def run FileUtils.rm_rf(SESSIONS_PATH) puts "Removed #{SESSIONS_PATH}" end end end
Version data entries
16 entries across 16 versions & 1 rubygems