Class: Catfish::CLI::Clean

Inherits:
Object
  • Object
show all
Defined in:
lib/catfish/cli/clean.rb

Instance Method Summary collapse

Instance Method Details

#runObject



4
5
6
7
# File 'lib/catfish/cli/clean.rb', line 4

def run
  puts 'Cleaning Catfishfile.lock'
  FileUtils.rm 'Catfishfile.lock', force: true
end