mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
10 lines
181 B
Markdown
10 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`
|