From: Robert Klemme Date: 2007-10-22T22:24:05+09:00 Subject: Re: Printing Line number during runtime 2007/10/22, Ash Paratal : > Hi All, > > I am a newbie to ruby programming, Is there a way to print the line > number of the code that ruby is interpreting during runtime without > changing my code? > Can I see what line is ruby running currently? > Is there a command line option? No, but you can cook something up with set_trace_func. Kind regards robert