Class: RailsInstaller::Command::Stop

Inherits:
RailsInstaller::Command show all
Defined in:
lib/rails-installer/commands.rb

Overview

The stop command shuts down the web server.

Class Method Summary collapse

Methods inherited from RailsInstaller::Command

commands, flag_help, flag_help_text, help, help_text, inherited

Class Method Details

.command(installer, *args) ⇒ Object



162
163
164
# File 'lib/rails-installer/commands.rb', line 162

def self.command(installer, *args)
  installer.stop
end