Hello,
When wanting rdoc to avoid documenting a constant intended for private
use only, this kind of thing used to work:
#--
DEFAULT_ID = { 'us' => 'foo',
'uk' => 'bar',
'de' => 'baz',
'jp' => 'qux'
}
#++
However, at some point in the recent past, this stopped working.
Attaching '# :nodoc' to the final brace doesn't work either.
--
Ian Macdonald | Admiration, n.: Our polite recognition of
System Administrator | another's resemblance to ourselves. --
ian@xxxxxxxxxxx | Ambrose Bierce, "The Devil's Dictionary"
http://www.caliban.org |
|
|