mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 19:02:09 +02:00

* gem: update page * Use `snake_case` for placeholders * Update the documentation URL * ruby: move `irb` example to a separate page * rake: add page * ruby: reference other ruby-related pages Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * irb: standard input => `stdin` (#10436) --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
9 lines
181 B
Markdown
9 lines
181 B
Markdown
# irb
|
|
|
|
> Interactive Ruby shell.
|
|
> Evaluate Ruby code read from `stdin`.
|
|
> More information: <https://docs.ruby-lang.org/en/master/IRB.html>.
|
|
|
|
- Start the interactive shell:
|
|
|
|
`irb`
|