From: "R.. Kumar 1.9.1 OSX" Date: 2010-07-01T14:55:16+09:00 Subject: Re: pathname.rb:270: warning: `*' interpreted as argument prefix Josh Cheek wrote: > Anyway, if it bothers you, you can go put parens around it so it becomes > yield(*args) and is not ambiguous. But you don't need to worry about it, > look where it got those args from: Okay, i've put a parens around the *args. I no longer get the warning. However, why i did not do this earlier, is that when i was googling and i saw the commit (change) for this issue, there seemed to be several lines of change involved. I hope i am not altering the behavior by putting the parens. -- Posted via http://www.ruby-forum.com/.