# File lib/blimpy/box.rb, line 84
    def stop
      unless @server.nil?
        @server.stop
      end
    end