# File lib/merb-core/rack/adapter/thin.rb, line 34
      def self.stop(status = 0)
        if @server
          @server.stop
          true
        end
      end