Flowdock
method

eof?

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: Net::BufferedIO
eof?() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/net/protocol.rb, line 99
    def eof?
      @io.eof?
    end
Register or log in to add new notes.