Method: CFRuntime::MongoConnection#db

Defined in:
lib/cf-runtime/mongodb.rb

#db(db_name = @dbname, opts = {}) ⇒ Object



70
71
72
# File 'lib/cf-runtime/mongodb.rb', line 70

def db(db_name=@dbname, opts={})
  @target.send('db', db_name, opts)
end