mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Added readline wrapper entries under the doc directory
This commit is contained in:
parent
a9db5be0ca
commit
15769832b2
2 changed files with 5 additions and 0 deletions
|
@ -213,6 +213,10 @@ Yukihiro Matsumoto (matz)
|
||||||
Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt)
|
Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt)
|
||||||
https://github.com/ruby/rdoc
|
https://github.com/ruby/rdoc
|
||||||
https://rubygems.org/gems/rdoc
|
https://rubygems.org/gems/rdoc
|
||||||
|
[lib/readline.rb]
|
||||||
|
aycabta
|
||||||
|
https://github.com/ruby/readline
|
||||||
|
https://rubygems.org/gems/readline
|
||||||
[lib/reline.rb, lib/reline/*]
|
[lib/reline.rb, lib/reline/*]
|
||||||
aycabta
|
aycabta
|
||||||
https://github.com/ruby/reline
|
https://github.com/ruby/reline
|
||||||
|
|
|
@ -54,6 +54,7 @@ OpenURI:: An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP
|
||||||
PP:: Provides a PrettyPrinter for Ruby objects
|
PP:: Provides a PrettyPrinter for Ruby objects
|
||||||
PrettyPrinter:: Implements a pretty printing algorithm for readable structure
|
PrettyPrinter:: Implements a pretty printing algorithm for readable structure
|
||||||
PStore:: Implements a file based persistence mechanism based on a Hash
|
PStore:: Implements a file based persistence mechanism based on a Hash
|
||||||
|
Readline:: Wrapper for Readline extencion and Reline
|
||||||
Reline:: GNU Readline and Editline by pure Ruby implementation.
|
Reline:: GNU Readline and Editline by pure Ruby implementation.
|
||||||
Resolv:: Thread-aware DNS resolver library in Ruby
|
Resolv:: Thread-aware DNS resolver library in Ruby
|
||||||
resolv-replace.rb:: Replace Socket DNS with Resolv
|
resolv-replace.rb:: Replace Socket DNS with Resolv
|
||||||
|
|
Loading…
Reference in a new issue