From: "RadosÅ‚aw BuÅ‚at" Date: 2009-01-11T22:15:56+09:00 Subject: Re: How can I access after an exception (in the rescue area) the file, class, method, line number for where the error occurred? 2009/1/11 Greg Hauptmann : > thanks - no way to get the class name & method name then? > Method name is included in backtrace. e.backtrace returns array of string, where each string has following form: file:line in `method' You can try to parse it (simply with regexp). I'm surprised that there is no information about class but probably there is reason for that. -- Pozdrawiam Rados³aw Bu³at http://radarek.jogger.pl - mój blog