# File lib/mongoid/collections/master.rb, line 41 def initialize(master, name, options = {}) @collection = master.create_collection(name, options) end