We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bea59d commit a26e600Copy full SHA for a26e600
lib/openssl/buffering.rb
@@ -31,7 +31,7 @@ def initialize
31
32
force_encoding(BINARY)
33
end
34
-
+
35
def << string
36
if string.encoding == BINARY
37
super(string)
lib/openssl/ssl.rb
@@ -236,7 +236,7 @@ module SocketForwarder
236
def fileno
237
to_io.fileno
238
239
240
def addr
241
to_io.addr
242
0 commit comments