Class: Ready::CLI::Up

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

Overview

Compiles every stub and (re)starts the ready server, by delegating to the rake ready task.

Instance Method Summary collapse

Methods included from RakeCommand

#rake

Instance Method Details

#runObject

Runs rake ready.



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

def run
  rake("ready")
end