Skip to content

Commit 3f80926

Browse files
committed
⚠️ assigned but unused variable - stdout, stdin
1 parent e7a36af commit 3f80926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/spring/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def serve(client)
147147
log "got client"
148148
manager.puts
149149

150-
stdout, stderr, stdin = streams = 3.times.map { client.recv_io }
150+
_stdout, stderr, _stdin = streams = 3.times.map { client.recv_io }
151151
[STDOUT, STDERR, STDIN].zip(streams).each { |a, b| a.reopen(b) }
152152

153153
preload unless preloaded?

0 commit comments

Comments
 (0)