Where is Reline used? #838
Answered
by
tompng
BurdetteLamar
asked this question in
Q&A
-
IRB uses Reline, I know. Any more uses in core or the standard library? |
Beta Was this translation helpful? Give feedback.
Answered by
tompng
Jul 8, 2025
Replies: 1 comment 1 reply
-
ruby/debug and ruby/rdoc Debug explicitly use Reline. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tompng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ruby/debug and ruby/rdoc
Debug explicitly use Reline.
RDoc's
ri
command usesReadline.readline
andReadline
is aliased toReline
if readline-ext is not installed.