Method: OpenSSL::Buffering#sync

Defined in:
lib/openssl/buffering.rb

#syncObject

The “sync mode” of the SSLSocket.

See IO#sync for full details.



53
54
55
# File 'lib/openssl/buffering.rb', line 53

def sync
  @sync
end