# File lib/mongo/mongo_sharded_client.rb, line 144
    def self.from_uri(uri = ENV['MONGODB_URI'], options = {})
      URIParser.new(uri).connection(options, false, true)
    end