# File lib/couchrest/database.rb, line 158
    def batch_save_doc(doc)
      save_doc(doc, false, true)
    end