method

fcntl

fcntl(*args)
public

No documentation available.

# File ext/openssl/lib/openssl/ssl.rb, line 144
      def fcntl(*args)
        to_io.fcntl(*args)
      end