# File lib/mongo/collection.rb, line 135 def write_concern @write_concern ||= WriteConcern.get(options[:write] || database.write_concern) end