# File lib/moped/write_concern/propagate.rb, line 23 def initialize(options) @operation = { getlasterror: 1 }.merge!(normalize(options)) end