Support for the Ruby 2.1 series ended on March 31 2017. See here for details.
# 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.1.6
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.44.0.