irb.tools

Improvements for Ruby's IRB

Setup

Add to your project's Gemfile

gem 'irbtools', require: 'irbtools/binding'

Add to ~/.irbrc

require 'irbtools'

Usage

Put binding.irb in your code to start a new IRB session. Then try the following things in your enhanced IRB:

There is a lot more. See the ReadMe file for further documentation!