# File lib/moped/session.rb, line 389 def write_concern @write_concern ||= WriteConcern.get(options[:write] || { w: 1 }) end