Skip to content

irbtools-more adds useful irb gems that may not build out-of-the-box.

License

Notifications You must be signed in to change notification settings

acquaintable/irbtools-more

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

irbtools-more

The irbtools gem is a meta gem that installs handy and useful irb gems and provides an appealing ready-to-use irb configuration. It has a modular structure and supports multiple library-loading mechanisms, e.g. via autoload or threads.

irbtools-more adds some more irb gems which may not build out-of-the-box. Currently included: bond, looksee and drx. See the irbtools readme for details.

Setup

gem install irbtools-more

In a Gemfile, you need to add:

gem 'irbtools-more', :require => false

Usage

To use it, put the following in your ~/.irbrc file (this file is loaded every time you start an irb):

require 'rubygems' # only needed in 1.8
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

Copyright © 2010-2012 Jan Lelis, rbjl.net. See LICENSE for details.

J-_-L

About

irbtools-more adds useful irb gems that may not build out-of-the-box.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%