module OpenSSL::Buffering

def initialize(*args)

def initialize(*args)
  @eof = false
  @rbuffer = ""
  @sync = @io.sync
end