method

eof?

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

No documentation available.

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