From 70f309b0260815ce5dec5faacf7e51cc742f0dd5 Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Mon, 9 Oct 2017 19:19:22 +0300 Subject: [PATCH] puma/launcher: Fixed typo (#1429) I noted this while trying to apply suggestions from #1363. --- lib/puma/launcher.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puma/launcher.rb b/lib/puma/launcher.rb index 6b6cb17a..99af2e03 100644 --- a/lib/puma/launcher.rb +++ b/lib/puma/launcher.rb @@ -40,7 +40,7 @@ module Puma # [200, {}, ["hello world"]] # end # end - # Puma::Launcher.new(conf, argv: Puma::Events.stdio).run + # Puma::Launcher.new(conf, events: Puma::Events.stdio).run def initialize(conf, launcher_args={}) @runner = nil @events = launcher_args[:events] || Events::DEFAULT