method
new
v1_9_3_125 -
Show latest stable
- Class:
OpenSSL::SSL::Nonblock
new(*args)public
No documentation available.
# File ext/openssl/lib/openssl/ssl-internal.rb, line 79
def initialize(*args)
flag = File::NONBLOCK
flag |= @io.fcntl(Fcntl::F_GETFL) if defined?(Fcntl::F_GETFL)
@io.fcntl(Fcntl::F_SETFL, flag)
super
end