# File lib/mongo/collection.rb, line 663 def update_one(filter, update, options = {}) find(filter, options).update_one(update, options) end