Ryan Davis wrote: > > Huh. I've actually committed the fix before iirc. Yes, I know; it's amazing that it keeps returning. > > Point me in the right direction and I'll do it again. Or throw me a > patch offlist. lib/yaml/tags.rb Around line 53: class Module # :stopdoc: That :stopdoc: needs to go or be changed to something else, as it kills the rdoc'ing of Module. Thanks, James