# File lib/webrick/server.rb, line 120
    def stop
      if @status == :Running
        @status = :Shutdown
      end
    end