diff options
author | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-05 04:10:51 +0000 |
---|---|---|
committer | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-05 04:10:51 +0000 |
commit | 57e301ff6bcd2be3baac53476a97484bd11ede14 (patch) | |
tree | 7e2076ad582ff8b205dadaf490310564e57bfbdc | |
parent | e9db5eeabad7b6be30db4f7bdebec05009247733 (diff) | |
download | ruby-57e301ff6bcd2be3baac53476a97484bd11ede14.tar.gz ruby-57e301ff6bcd2be3baac53476a97484bd11ede14.tar.xz ruby-57e301ff6bcd2be3baac53476a97484bd11ede14.zip |
added a note.
fixed a typo.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/README b/lib/README index d2828205d..63f0363e9 100644 --- a/lib/README +++ b/lib/README @@ -6,7 +6,7 @@ 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 suppor +complex.rb complex number support csv.rb CSV parser/generator date.rb date object date/format.rb date parsing and formatting @@ -48,7 +48,7 @@ open3.rb opens subprocess connection stdin/stdout/stderr optparse.rb command line option analysis ostruct.rb python style object parsearg.rb argument parser using getopts -parsedate.rb parses date string +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 |