Skip to content

Commit

Permalink
🔇 Silence ivar warnings in 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nevans committed Jul 22, 2023
1 parent e1d33be commit 24c5f0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/net/imap/fake_server/socket.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ class Socket
def initialize(tcp_socket, config:)
@config = config
@tcp_socket = tcp_socket
@tls_socket = nil
@closed = false
use_tls if config.implicit_tls && tcp_socket
end

Expand Down

0 comments on commit 24c5f0f

Please sign in to comment.