Description
Lets Ruby programs expose and call objects across process or machine boundaries. It is useful for internal tools, experiments, and legacy systems that use Ruby's distributed object model.
Remote object access can become a serious security boundary. Do not expose it to untrusted networks, and review authentication, serialization, input handling, and firewall rules before use.