method
eof?
v1_9_2_180 -
Show latest stable
- Class:
OpenSSL::Buffering
eof?()public
No documentation available.
# File ext/openssl/lib/openssl/buffering.rb, line 214
def eof?
fill_rbuff if !@eof && @rbuffer.empty?
@eof && @rbuffer.empty?
end