10 lines
163 B
Markdown
Raw Normal View History

# irb
> Interactive Ruby shell.
> Evaluate Ruby code read from `stdin`.
> More information: <https://ruby.github.io/irb/>.
- Start the interactive shell:
`irb`