https://github.com/ruby/readline
Readline Loader
https://github.com/ruby/readline
ruby
Last synced: 8 months ago
JSON representation
Readline Loader
- Host: GitHub
- URL: https://github.com/ruby/readline
- Owner: ruby
- License: other
- Created: 2019-10-09T02:37:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T05:48:45.000Z (over 2 years ago)
- Last Synced: 2025-01-30T07:23:24.037Z (over 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 29
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
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).