# File lib/mongo/collection.rb, line 549
    def delete_one(filter = nil, options = {})
      find(filter, options).delete_one(options)
    end