From: Dave Thomas Date: 2001-07-06T14:43:04+09:00 Subject: [ruby-talk:17386] Re: RubyDoc. was /* */ comments jweirich@one.net writes: > I'd also like to see short, one-liner comments supported. For example ... > > ## Advance to the next lexical token. > def advance Agreed. In fact, in the current implementation any comment immediately preceding a class, method, or attribute is associated with that entity. You don't actually need the '##'s. I'm not sure if this is a good thing or a bad thing yet. Dave