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