mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
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. WWW: https://github.com/ruby/readline
6 lines
324 B
Text
6 lines
324 B
Text
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.
|
|
|
|
WWW: https://github.com/ruby/readline
|