From: Shin guey Wong Date: 2007-03-14T20:11:38+09:00 Subject: A simple question regarding ruby method argument Hi, I am new to ruby and am learning it now. Can anyone point me how to pass argument to method by reference? I mean that the methods/function able to change the value of the argument. I am running windows using win32ole and 1 of the method need to pass in an argument and the argument will modify by the win32ole methods. But I don't know how to pass argument by reference. Thanks in advance. -- Posted via http://www.ruby-forum.com/.