mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-10 10:05:24 +02:00
9 lines
163 B
Markdown
9 lines
163 B
Markdown
# irb
|
|
|
|
> Interactive Ruby shell.
|
|
> Evaluate Ruby code read from `stdin`.
|
|
> More information: <https://ruby.github.io/irb/>.
|
|
|
|
- Start the interactive shell:
|
|
|
|
`irb`
|