method
new
v1_9_3_125 -
Show latest stable
- Class:
OpenSSL::Buffering
new(*args)public
No documentation available.
# File ext/openssl/lib/openssl/buffering.rb, line 37
def initialize(*args)
@eof = false
@rbuffer = ""
@sync = @io.sync
end