# File lib/merb-core/rack/adapter/webrick.rb, line 39
      def self.stop(status = 0)
        @status = status
        @server.shutdown
      end