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