irbtools-more
irbtools-more adds some more irb gems which may not build out-of-the-box. Currently included: bond for better auto-completion and looksee for great introspection. See the irbtools readme for details.
Setup
gem install irbtools-more
Usage
To use it, put the following in your ~/.irbrc file (this file is loaded every time you start an irb):
require 'irbtools/more'
If it does not exist, just create a new one. It’s possible to modify, which libraries get loaded:
require 'irbtools/configure'
Irbtools.add_package :more # adds this extension package
# here you can edit which libraries get loaded. See the irbtools README for details.
Irbtools.start
Bundler Environments
In the Gemfile, you will need to add:
gem 'irbtools-more', require: false
Another way is to add a debundle hack at the beginning of your ~/.irbrc.
Copyright
Copyright © 2010-2014 Jan Lelis, janlelis.de. See LICENSE for details.