[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Gremlins -- Ruby interpreter suggestion

Yukihiro Matsumoto

7/5/2007 2:52:00 AM

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.

1 Answer

John Joyce

7/5/2007 5:26:00 AM

0


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.
>
When it occurs again, I will post it. I can't seem to re-create it
now. Maybe it's my imagination?!