summaryrefslogtreecommitdiff
path: root/lib/README
diff options
context:
space:
mode:
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/README b/lib/README
index f5dc1d6e8e..02003d2a72 100644
--- a/lib/README
+++ b/lib/README
@@ -45,9 +45,11 @@ ping.rb checks whether host is up, using TCP echo.
profile.rb ruby profiler
pstore.rb persistent object strage using marshal
rational.rb rational number support
-readbytes.rb defines IO#readbytes
+readbytes.rb define IO#readbytes
+resolv.rb DNS resolver in Ruby
+resolv-replace.rb replace Socket DNS by resolve.rb
shell.rb runs commands and does pipeline operations like shell
-shellwords.rb splits string into words like shell
+shellwords.rb split into words like shell
singleton.rb singleton design pattern library
sync.rb 2 phase lock
telnet.rb obsolete - use net/telnet