# File lib/mongo/db.rb, line 238 def collections collection_names.map do |name| Collection.new(name, self) end end