Class: Catfish::CLI::Clean
- Inherits:
-
Object
- Object
- Catfish::CLI::Clean
- Defined in:
- lib/catfish/cli/clean.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
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 |