From: "schreiber.arthur@..." Date: 2008-06-18T00:43:57+09:00 Subject: Re: Avoiding copies of method arguments Hello Justin! No, this will not send a copy of v to some_method, but v itself. Cheers, Arthur On 17 Jun., 17:31, Justin To wrote: > Hello! > > v = 'abc' > > some-method(v) > > This will send a copy of v to the method, right? If so, how does one > avoid this. How can one send the original and avoid the extra > consumption of resources from copying? Thanks! > -- > Posted viahttp://www.ruby-forum.com/.