From: Csaba Henk Date: 2005-01-25T00:01:00+09:00 Subject: Re: This is wierd... On 2005-01-24, sigzero@gmail.com wrote: > I just installed 1.8.2 to get a feel for Ruby. I tried the hello.rb > file. > > This works: > class Hello [snip] > This does not: > > class Hello Just a simple test, to avoid unnecessary hairtearing. It happens me from time to time that due to non-intentionally pressing some stupid keycombination, a non-printable character finds its way to my code, and then ruby mystically chokes on it (the terminal doesn't show any weird upon this). Then I check my file foo.rb with "ruby -ne 'p $_' foo.rb", and I immediately see if this is the case. Csaba