# File lib/mongo_mapper/plugins/querying/decorated_plucky_query.rb, line 10 def delete(*ids) where(:_id => ids.flatten).remove end