Class: ActiveHook::App::Launcher
- Inherits:
-
Object
- Object
- ActiveHook::App::Launcher
- Defined in:
- lib/activehook/app/launcher.rb
Overview
Handles the start of the ActiveHook web via command line
Instance Method Summary collapse
-
#initialize(argv) ⇒ Launcher
constructor
A new instance of Launcher.
- #start ⇒ Object
Constructor Details
#initialize(argv) ⇒ Launcher
Returns a new instance of Launcher.
6 7 8 9 |
# File 'lib/activehook/app/launcher.rb', line 6 def initialize(argv) @argv = argv @puma_config = nil end |
Instance Method Details
#start ⇒ Object
11 12 13 14 15 |
# File 'lib/activehook/app/launcher.rb', line 11 def start boot_puma end |