# File lib/couchrest/database.rb, line 199
    def bulk_save_doc(doc)
      save_doc(doc, true)
    end