method

new

v1_9_1_378 - Show latest stable - Class: Buffering
new(*args)
public

No documentation available.

# File ext/openssl/lib/openssl/buffering.rb, line 22
  def initialize(*args)
    @eof = false
    @rbuffer = ""
    @sync = @io.sync
  end