Sha256: 0d91fe2b11e8c53407ffe815182a4c98434ac444a5d0c6b0b0c53357534ad40c

Contents?: true

Size: 818 Bytes

Versions: 2

Compression:

Stored size: 818 Bytes

Contents

== Description
A ripl plugin that smooths the transition from irb by mocking out IRB. Safely captures all IRB calls
and points to ripl equivalents for irb's commands and config options.

== Install
Install the gem with:

    sudo gem install ripl-irb

== Usage

From the commandline

    $ ripl -rripl/irb

Or add to your ~/.riplrc

    require 'ripl/irb'

When your mocked out IRB encounters a ripl equivalent, it prints a message:

    # When encountering a IRB.config[:HISTORY_FILE]
    Use Ripl.config[:history] instead of IRB.config[:HISTORY_FILE]

When you invoke an irb command, you'll get pointed to a similar ripl command:

    >> context
    See config() in ripl-commands plugin

To disable printing these messages:

    Ripl.config[:irb_verbose] = false

== Credits

* @me for IRB.conf[:LOAD_MODULES] patch

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ripl-irb-0.2.3 README.rdoc
ripl-irb-0.2.2 README.rdoc