method

flush

v1_9_1_378 - Show latest stable - Class: Buffering
flush()
public

No documentation available.

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