Last Modified
2014-05-28 22:10:44 -0700
Requires

Description

Stub file to conform gem name (rb-readline) It forces require of bundled readline instead of any already existing in your Ruby installation. It will avoid any possible warning caused by double require. Remove any Readline module that has been defined so far. This is primarily to catch cases where GNU Readline has already been required. Unfortunately, it is not without problems - any calls to methods like Readline.completion_proc will need to be re-made.