"Artur Merke" <merke / ls1.cs.uni-dortmund.de> schrieb im Newsbeitrag news:Pine.LNX.4.33.0311100952070.17966-100000 / as0203.cs.uni-dortmund.de... > Hi, > > some time (years ;-) ago there was a discussion about multi line comments > in ruby on this list. I didn't follow it completely, just found it in > news.google. There were sth. about 60 postings but AFAIK today (and it is > 2 years later!) there is still no other way to make multi line comments > in ruby then the cumbersome > > =begin > ... > =end > > block? Is this right, or have I simply missed something? > > IMHO a simple c/c++ style comment > > /* > ... > */ > > is missing in ruby! Personally I don't miss it since I don't find =begin =end tedious. As far as I remember there was some problem with the language syntax that prevented usage of /* */. And, after all: Ruby != C... :-) Regards robert