Libraries
»
openssl
(3.4.3)
»
Index
»
OpenSSL
»
SSL
»
SocketForwarder
»
#fcntl
Method: OpenSSL::SSL::SocketForwarder#fcntl
Defined in:
lib/openssl/ssl.rb
#
fcntl
(*args) ⇒
Object
270 271 272
# File 'lib/openssl/ssl.rb', line 270
def
fcntl
(
*
args
)
to_io
.
fcntl
(
*
args
)
end