Roger Pack schrieb: >> Comment is for comment, not to keep unused code. > > I agree, however, I think many programmers while developing have times > they wish for multi-line comments to be able to temporarily disable > lines of code [without using heredocs, which create an unnecessary > string :) ] How about this: if false ... code to comment out... end Regards, Michael