module Catfish class CLI::Clean def run puts 'Cleaning Catfishfile.lock' FileUtils.rm 'Catfishfile.lock', force: true end end end