Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more
# File openssl/lib/openssl/ssl.rb, line 128 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
This page was generated for Ruby 2.0.0
Generated with Ruby-doc Rdoc Generator 0.44.0.