Files
cheatsheet-tldr/tldr/irb
2025-06-02 00:21:21 +00:00

15 lines
256 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# irb
> Interactive Ruby shell.
> Evaluate Ruby code read from `stdin`.
> More information: <https://ruby.github.io/irb/>.
- Start the interactive shell:
`irb`