是否有用于Ruby或Rails的类似iPython的外壳?

问题描述:

我喜欢iPython,并且正在与诸如Mechanize之类的一些库一起学习RoR,并且我希望能够很容易地反省自己正在研究的内容.我希望能够输入." + TAB看看.

I love iPython and am learning RoR along with some libraries like Mechanize and I'd like to be able to easily see what I'm working with in terms of introspection. I would like to be able to type "." + TAB and see.

有一个irb工具可以帮助自动完成

There is an irb tool to help autocomplete

require 'irb/completion'