Files
tldr/pages.zh/common/irb.md

9 lines
180 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# irb
> 交互式 Ruby shell。
> 从 `stdin` 读取并评估 Ruby 代码。
> 更多信息:<https://docs.ruby-lang.org/zh/master/IRB.html>。
- 启动交互式 shell
`irb`