method

flush

v1_9_2_180 - Show latest stable - Class: OpenSSL::Buffering
flush()
public

No documentation available.

# File ext/openssl/lib/openssl/buffering.rb, line 327
  def flush
    osync = @sync
    @sync = true
    do_write ""
    @sync = osync
  end