method
uri_option
v2_2_9 -
Show latest stable
- Class:
DRb::DRbProtocol
uri_option(uri, config, first=true)private
Parse uri into a [uri, option] pair.
The DRbProtocol module asks each registered protocol in turn to try to parse the URI. Each protocol signals that it does not handle that URI by raising a DRbBadScheme error. If no protocol recognises the URI, then a DRbBadURI error is raised.