# File lib/mongo/bulk_write.rb, line 128
    def ordered?
      @ordered ||= options.fetch(:ordered, true)
    end