# File lib/mongo/collection/view/writable.rb, line 84 def find_one_and_replace(replacement, opts = {}) find_one_and_update(replacement, opts) end