class AwsMfaSecure::Clean
Public Class Methods
new(options)
click to toggle source
# File lib/aws_mfa_secure/clean.rb, line 3 def initialize(options) @options = options end
Public Instance Methods
run()
click to toggle source
# File lib/aws_mfa_secure/clean.rb, line 7 def run FileUtils.rm_rf(SESSIONS_PATH) puts "Removed #{SESSIONS_PATH}" end