Hi,
In message "[ruby-talk:5220] Ruby Book, Eng. tl, ch1 -- code snippet correct?"
on 00/10/02, Jon Babcock <jon / kanji.com> writes:
|Dave has kindly let me know that this code generates a warning with
|the latest Ruby. It comes from the Ruby Book, ch1, 1.1.8.
|
|Should I change anything?
|while line = gets()
| print line if line =~ pat
|end
No, just ignore it. I'm feeling this warning in too loud. The
warning will disappear in the near future.
matz.