From: "Jesús Gabriel y Galán" Date: 2012-10-02T16:06:32+09:00 Subject: Re: cannot reverse string using drb :( On Mon, Oct 1, 2012 at 8:56 PM, ajay paswan wrote: > Sorry being novice again: > > What does map do? http://ruby-doc.org/core-1.9.3/Enumerable.html#method-i-map > and why map works here? Because it is a method called on the remote object. Jesus.