method

eof?

v2_1_10 - Show latest stable - Class: WEBrick::CGI::Socket
eof?()
public

No documentation available.

# File lib/webrick/cgi.rb, line 259
      def eof?
        input.eof?
      end