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