From: Matt Armstrong Date: 2002-01-16T02:21:35+09:00 Subject: Re: a wishlist for ruby 2.0 Mathieu Bouchard writes: >> |* add argument to load/require to specify the context of >> |evaluation, and add to load/require/eval a way to override the default >> |line-numbering. >> >> I'm not sure what you mean. > > if I eval a ruby file which was unpacked from a .zip file, I'd like > it to say where it came from instead of "(eval)". (okay, it didn't > have to do precisely with _line numbering_. sorry) I would like a version of eval that took a file instead of a string. -- matt