Are there any iPython-like shells for Ruby or Rails?

后端 未结 5 1551
庸人自扰
庸人自扰 2020-12-23 17:19

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

5条回答
  •  春和景丽
    2020-12-23 17:52

    You should definetively take a look at Pry (an IRB alternative and runtime developer console). It isn't as advanced as the current version of IPython, but it's the most advanced developer console we have in Ruby.

提交回复
热议问题