IRb is pretty plain compared to bpython, even when using wirble.
Is there any ruby equivalent of bpython?
Use Pry: http://pry.github.com
It is written from scratch and let's you:
edit-method obj.my_method
A tonne more great and original features
You can extend irb to achieve all of bpython's functionality and more with the right gems:
For more gems, see here.
Copyright © 2021 Jogjafile Inc.
Use Pry: http://pry.github.com
It is written from scratch and let's you:
edit-method obj.my_method
syntaxA tonne more great and original features