From: wannes Date: 2005-10-11T22:41:18+09:00 Subject: Re: comments found in ObjectSpace On 11/10/05, Amarison wrote: > I ran the following code: > and I was surprised to find comments in objectspace.txt. I was under the > impression that Ruby skips comments when parsing code. > Very strange behaviour... Anyone cares to explain? Thanks simple answer: those are no comments try: test = File.open("blah.txt",'w') puts test test.close grtz, wannes