Module Wirble
In: lib/wirble.rb  (CVS)
lib/wirble.rb  (CVS)

Wirble: A collection of useful Irb features.

To use, add the following to your ~/.irbrc:

  require 'rubygems'
  require 'wirble'
  Wirble.init

If you want color in Irb, add this to your ~/.irbrc as well:

  Wirble.colorize

Note: I spent a fair amount of time documenting this code in the README. If you‘ve installed via RubyGems, root around your cache a little bit (or fire up gem_server) and read it before you tear your hair out sifting through the code below.

Methods

colorize   colorize   init   init  

Included Modules

Shortcuts Shortcuts

Classes and Modules

Module Wirble::Colorize
Module Wirble::Internals
Module Wirble::RiShortcut
Module Wirble::Shortcuts
Class Wirble::History

Constants

VERSION = '0.1.3'
VERSION = '0.1.3'

Public Class methods

Enable color results.

Enable color results.

Load everything except color.

Load everything except color.

[Validate]