# File lib/mongo_mapper/plugins/querying.rb, line 22 def first_or_new(args) first(args) || new(args.reject { |key, value| !key?(key) }) end