mar
0
5
Ruby Readline Documentation
Before today the Ruby readline library lacked documentation! In order to find some decent documentation you would have to read the README packaged with the source. Michael Fellinger (manveru) from #ruby-lang offered to help me get some decent documentation online. Take a look!
Bryan on July 22, 2009 at 5:25 pm #
Thanks for the documentation. Learned lots of stuff about Readline history, completion, etc that I didn’t know! :)
Any idea if Readline is capable of doing pagination for text output that overruns the terminal via something like ‘less’?