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