mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00

- 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.
12 lines
180 B
Text
12 lines
180 B
Text
---
|
|
page_dir: doc
|
|
charset: UTF-8
|
|
encoding: UTF-8
|
|
main_page: index.md
|
|
title: Documentation for Ruby development version
|
|
visibility: :private
|
|
rdoc_include:
|
|
- doc
|
|
|
|
exclude:
|
|
- lib/irb
|