Hi,

In message "Re: rb_eval_string_protect with correct error line number"
    on Fri, 24 Sep 2004 10:54:32 +0900, "Phlip" <phlip_cpp / yahoo.com> writes:

|How can I get the correct error line number, using the equivalent of
|eval()'s last two optional parameters, without converting my string to a
|Ruby string and then calling "eval" on it?

There's no way with the current implementation.  Use double eval for
the purpose.

							matz.