Skip to content

Commit ad087b7

Browse files
AlexanderZagaynovpitr-ch
authored andcommitted
align method arity with expected
1 parent 6a4094b commit ad087b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/concurrent/executor/simple_executor_service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def wait_for_termination(timeout = nil)
9191

9292
private
9393

94-
def ns_initialize
94+
def ns_initialize(*args)
9595
@running = Concurrent::AtomicBoolean.new(true)
9696
@stopped = Concurrent::Event.new
9797
@count = Concurrent::AtomicFixnum.new(0)

0 commit comments

Comments
 (0)