From: "Peña, Botp" Date: 2007-01-13T12:43:24+09:00 Subject: Re: eval defaulting to binding From: Robert Klemme [mailto:shortcutter@googlemail.com] : # class Object # def debug # md = caller[0].match /\A(.+):(\d+):/ || [nil, "unknown", "unknown"] # puts "FILE: #{md[1]} LINE: #{md[2]}, ID: #{object_id}, OBJECT: #{inspect}" # end # end robert, as always, thanks for the tip. kind regards -botp