ROMP is the Ruby Object Message Proxy. It is sort of like drb (distributed Ruby) in that it allows a Ruby client program to transparently talk to an object that is sitting on a server.
Paul Brannan
gem "romp-rpc", "~> 0.2.0"