Method: ActiveHook::App::Launcher#initialize

Defined in:
lib/activehook/app/launcher.rb

#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