class Mongo::URI::OptionsMapper

Performs mapping between URI options and Ruby options.

This class contains:

URI option names are case insensitive. Ruby options are specified as symbols (though in Client options use indifferent access).

@api private