Where is Reline used? #838
-
| IRB uses Reline, I know. Any more uses in core or the standard library? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
| ruby/debug and ruby/rdoc Debug explicitly use Reline. |
Beta Was this translation helpful? Give feedback.
-
| I also use it nowadays on windows. I always used readline on linux but I had issues with Perhaps we could also add a document or section to mark where reline is all used. That |
Beta Was this translation helpful? Give feedback.
ruby/debug and ruby/rdoc
Debug explicitly use Reline.
RDoc's
ricommand usesReadline.readlineandReadlineis aliased toRelineif readline-ext is not installed.