Class: Gemstash::CLI::Status

Inherits:
Base
  • Object
show all
Defined in:
lib/gemstash/cli/status.rb

Overview

This implements the command line status task to check the server status:

$ gemstash status

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Gemstash::CLI::Base

Instance Method Details

#runObject



9
10
11
12
# File 'lib/gemstash/cli/status.rb', line 9

def run
  prepare
  Puma::ControlCLI.new(args).run
end