# File lib/mongo_mapper/plugins/querying.rb, line 33 def create!(*docs) initialize_each(*docs) do |doc| yield doc if block_given? doc.save! end end