# File lib/mongo/uri.rb, line 242 def client_options opts = uri_options.merge(:database => database) @user ? opts.merge(credentials) : opts end