ri: add page and link from ruby (#21451)

This commit is contained in:
Aidan Coyle
2026-03-10 18:05:03 -05:00
committed by GitHub
parent 7c538a0864
commit fdd2fa59e5
2 changed files with 18 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
# ri
> Browse structured API documentation for Ruby.
> See also: `ruby`.
> More information: <https://ruby.github.io/rdoc/RI_md.html>.
- Start interactive shell:
`ri`
- View documentation for a particular name:
`ri {{File#read}}`
- List classes and modules for which `ri` has documentation:
`ri {{[-l|--list]}}`
+1 -1
View File
@@ -1,7 +1,7 @@
# ruby
> Ruby programming language interpreter.
> See also: `gem`, `bundler`, `rake`, `irb`.
> See also: `gem`, `bundler`, `rake`, `irb`, `ri`.
> More information: <https://manned.org/ruby>.
- Execute a Ruby script: