# File lib/core/container.rb, line 364
    def not_stopped; raise StoppedError if @lock.synchronize { @stopped }; end