From: Dave Bass Date: 2008-12-20T19:35:44+09:00 Subject: Re: block comment problem Matz wrote: > "=begin" should start at the beginning of a line. You cannot indent > them. Any good reason for this? I suppose it must be slower for Ruby to strip leading whitespace, but only very slightly. Why would I want to indent block comments? So they're at the same indentation as the code I'm commenting. Keeps things neat and tidy. :-) -- Posted via http://www.ruby-forum.com/.