Sha256: d5ed7fe18595e280d776d8320085b57d5e6d9abd3c7e1078655a03084ca9df7e
Contents?: true
Size: 266 Bytes
Versions: 15
Compression:
Stored size: 266 Bytes
Contents
require 'fileutils' module Jets::Commands::Clean class Build < Base def clean are_you_sure?("delete /tmp/jets") say "Removing /tmp/jets..." FileUtils.rm_rf("/tmp/jets") unless @options[:noop] say "Removed /tmp/jets" end end end
Version data entries
15 entries across 15 versions & 1 rubygems