Class: RailsInstaller::Command::Run
- Inherits:
-
RailsInstaller::Command
- Object
- RailsInstaller::Command
- RailsInstaller::Command::Run
- Defined in:
- lib/rails-installer/commands.rb
Overview
The run
command starts a web server in the foreground.
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
143 144 145 |
# File 'lib/rails-installer/commands.rb', line 143 def self.command(installer, *args) installer.start(true) end |