new(*)
Creates an instance of OpenSSL’s buffering IO module.
# File ext/openssl/lib/openssl/buffering.rb, line 43 def initialize(*) super @eof = false @rbuffer = "" @sync = @io.sync end