is there a way to tell the ruby interpreter what is the file and line at a particular point in the file. I am writing VIM scripts which are a mix of viml and ruby (mostly ruby) but ruby exception have a very unusable backtrace since they all think they are in "eval" is there a way to add some type of pragma to the script to tell it what is the file and line number starting at some point? Benoit