An open API service indexing awesome lists of open source software.

https://github.com/ruby/readline

Readline Loader
https://github.com/ruby/readline

ruby

Last synced: 8 months ago
JSON representation

Readline Loader

Awesome Lists containing this project

README

          

# Readline Loader

This is just a loader for "readline". If Ruby has the "readline-ext" gem
that is a native extension, this gem will load it. If Ruby does not have
the "readline-ext" gem this gem will load "reline", a library that is
compatible with the "readline-ext" gem and implemented in pure Ruby.

## License

The gem is available as open source under the terms of the [Ruby License](https://www.ruby-lang.org/en/about/license.txt).