# File lib/webrick/httpservlet/prochandler.rb, line 25
      def do_GET(request, response)
        @proc.call(request, response)
      end