Class: Ready::CLI::Clobber

Inherits:
CommandKit::Command
  • Object
show all
Includes:
RakeCommand
Defined in:
lib/ready/cli/clobber.rb

Overview

Removes every compiled ready build artifact, by delegating to the rake clobber task.

Instance Method Summary collapse

Methods included from RakeCommand

#rake

Instance Method Details

#runObject

Runs rake clobber.



16
17
18
# File 'lib/ready/cli/clobber.rb', line 16

def run
  rake("clobber")
end