Class: Ready::CLI::Up
- Inherits:
-
CommandKit::Command
- Object
- CommandKit::Command
- Ready::CLI::Up
- 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
-
#run ⇒ Object
Runs
rake ready.
Methods included from RakeCommand
Instance Method Details
#run ⇒ Object
Runs rake ready.
16 17 18 |
# File 'lib/ready/cli/up.rb', line 16 def run rake("ready") end |