From 8d1714e409b7a6744b9b8871e7789ae29c8e2eb8 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 17 Dec 2007 21:05:25 +0000 Subject: * lib/ping.rb, lib/readbytes.rb: removed git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/README | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/README') diff --git a/lib/README b/lib/README index 1df5197e8..52a5e199f 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 -- cgit