I would like to make a suggestion for the Ruby interpreter to not complain about gremlins (extra newline characters) after the final end in a file.
This is often the source of unnecessary bugs.
It would also be nice to be able to put a comment or two after that last end !
John Joyce
When it occurs again, I will post it. I can't seem to re-create it now. Maybe it's my imagination?!
···
On Jul 4, 2007, at 9:51 PM, Yukihiro Matsumoto wrote:
Hi,
In message "Re: Gremlins -- Ruby interpreter suggestion" > on Thu, 5 Jul 2007 11:15:33 +0900, John Joyce > <dangerwillrobinsondanger@gmail.com> writes:
>I would like to make a suggestion for the Ruby interpreter to not
>complain about gremlins (extra newline characters) after the final
>end in a file.
>This is often the source of unnecessary bugs.
>It would also be nice to be able to put a comment or two after that
>last end !
Can you elaborate? Preferably with input that cause errors, and with
modified message you want to see.
matz.