summaryrefslogtreecommitdiff
path: root/lib/irb/.document
AgeCommit message (Collapse)Author
2024-12-16Exclude irb from documentation generationStan Lo
- IRB has its own documentation in the project readme and https://ruby.github.io/irb/ already. - As a tool, its internal implementation details are not relevant to the user. - Excluding it from the documentation generation reduces the size of the generated documentation and makes search results more relevant. I also checked the there are no references to IRB so it should not break any links. Notes: Merged: https://github.com/ruby/ruby/pull/12325
2020-02-01[ruby/irb] Exclude useless files from RDocNobuyoshi Nakada