summaryrefslogtreecommitdiff
path: root/lib/README
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-17 21:05:25 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-17 21:05:25 +0000
commit97591e82d9ba3b7204110302b52540007ff081a5 (patch)
tree9c425fe8dd74187b8d420eb8b5d031e5edb70487 /lib/README
parent51b031093069dd4a89e25b6057f1eca8c0c7e24e (diff)
* lib/ping.rb, lib/readbytes.rb: removed
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/README b/lib/README
index 1df5197e8b..52a5e199f2 100644
--- a/lib/README
+++ b/lib/README
@@ -1,7 +1,6 @@
English.rb lets Perl'ish global variables have English names
README this file
benchmark.rb a benchmark utility
-cgi-lib.rb simple CGI support library (old style)
cgi.rb CGI support library
cgi/session.rb CGI session class
complex.rb complex number support
@@ -45,7 +44,6 @@ ostruct.rb python style object
parsearg.rb argument parser using getopts
parsedate.rb parses date string (obsolete)
pathname.rb Object-Oriented Pathname Class
-ping.rb checks whether host is up, using TCP echo.
pp.rb pretty print objects
prettyprint.rb pretty printing algorithm
profile.rb runs ruby profiler
@@ -54,7 +52,6 @@ pstore.rb persistent object strage using marshal
racc/parser.rb racc (Ruby yACC) runtime
rational.rb rational number support
rdoc source-code documentation tool
-readbytes.rb define IO#readbytes
resolv-replace.rb replace Socket DNS by resolve.rb
resolv.rb DNS resolver in Ruby
rexml an XML parser for Ruby, in Ruby