method

eof?

v1_9_1_378 - Show latest stable - Class: Buffering
eof?()
public

No documentation available.

# File ext/openssl/lib/openssl/buffering.rb, line 160
  def eof?
    fill_rbuff if !@eof && @rbuffer.empty?
    @eof && @rbuffer.empty?
  end