1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-10 10:05:24 +02:00
tldr/pages/common/irb.md
2025-06-01 14:10:23 +03:00

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`