method

eof?

eof?()
public

No documentation available.

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