method

install_id_conv

ruby latest stable - Class: DRb
install_id_conv(idconv)
public

Set the default id conversion object.

This is expected to be an instance such as DRb::DRbIdConv that responds to #to_id and #to_obj that can convert objects to and from DRb references.

See DRbServer#default_id_conv.