class TheFox::Wallet::ClearCommand

Clear temp and cache files.

Constants

NAME

Public Instance Methods

run() click to toggle source
# File lib/wallet/command_clear.rb, line 11
def run
  wallet = Wallet.new(@options[:wallet_path])
  wallet.logger = @options[:logger]
  wallet.clear
end