Sha256: 11917ae5482320c087ba5f10d49dd98041551e2c2fbc2ce9b371bb613cfd5303
Contents?: true
Size: 265 Bytes
Versions: 238
Compression:
Stored size: 265 Bytes
Contents
require 'fileutils' class 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
238 entries across 238 versions & 4 rubygems