From: Rimantas Liubertas Date: 2006-07-24T06:32:59+09:00 Subject: Re: Yadda yadda yadda operator <...> > Another nice thing is that when you are preparing code for release you can > easily *grep yadda *(or *fgrep ...*) and make sure that nothing is left > over. > > Simple raise won't do *that* for me. <...> > And you could change it to: > > def yadda(*comment) > raise "Yadda point reached. Comment: " + comment.shift.to_str > end Well, you can use raise "Yadda ...your comment here" and grep will work again :) Regards, Rimantas -- http://rimantas.com/