Class: RailsInstaller::Command::Start
- Inherits:
-
RailsInstaller::Command
- Object
- RailsInstaller::Command
- RailsInstaller::Command::Start
- Defined in:
- lib/rails-installer/commands.rb
Overview
The start
command starts a web server in the background for the specified installation, if applicable.
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
134 135 136 |
# File 'lib/rails-installer/commands.rb', line 134 def self.command(installer, *args) installer.start end |