module Siba

Constants

VERSION

Attributes

backup_name[RW]
current_dir[RW]
settings[RW]

Public Class Methods

cleanup() click to toggle source
# File lib/siba/globals.rb, line 13
def cleanup
  Siba.cleanup_tmp_dir
ensure
  LoggerPlug.close
end