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