delegate icon indicating copy to clipboard operation
delegate copied to clipboard

SimpleDelegator documentation missing in ruby-docs.org

Open rewritten opened this issue 4 years ago • 3 comments

Since 3.0.0, the library documentation is only partially rendered. Neither SimpleDelegator nor the DelegateClass kernel method appear in the documentation.

https://ruby-doc.org/stdlib-3.0.0/libdoc/delegate/rdoc/Delegator.html https://ruby-doc.org/stdlib-3.0.1/libdoc/delegate/rdoc/Delegator.html https://ruby-doc.org/stdlib-3.0.2/libdoc/delegate/rdoc/Delegator.html

I'm not sure if splitting it into one file per top-level definition would solve it, but it might be the case that ruby-docs does not support several top-level definitions in the same file?

rewritten avatar Sep 16 '21 18:09 rewritten

Thanks for reporting, I came here to say the same thing!

olleolleolle avatar Oct 06 '21 11:10 olleolleolle

FYI: https://bugs.ruby-lang.org/issues/19304

hsbt avatar Feb 09 '23 02:02 hsbt

I open this repo, see a brief README and description "This library provides three different ways to delegate method calls to an object.", but hey, I would ask: what are those three ways? What is it all about? There should be a link.

Nakilon avatar Oct 16 '24 21:10 Nakilon