summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-12-24 20:34:04 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-12-24 20:34:04 +0000
commit5f8c3fabe45fcb0b8f3a030d03209b7c86a9b479 (patch)
treee93e6c7907b09886626c221cd7a387402dbdedc6
parentda2291a324b5ce77f6298440f689b486f4b66233 (diff)
downloadruby-5f8c3fabe45fcb0b8f3a030d03209b7c86a9b479.tar.gz
ruby-5f8c3fabe45fcb0b8f3a030d03209b7c86a9b479.tar.xz
ruby-5f8c3fabe45fcb0b8f3a030d03209b7c86a9b479.zip
add pp.rb, prettyprint.rb and time.rb.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--lib/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/README b/lib/README
index 02003d2a7..70b7c4fa8 100644
--- a/lib/README
+++ b/lib/README
@@ -42,6 +42,8 @@ ostruct.rb python style object
parsearg.rb argument parser using getopts
parsedate.rb parses date string
ping.rb checks whether host is up, using TCP echo.
+pp.rb pretty print objects
+prettyprint.rb pretty printing algorithm
profile.rb ruby profiler
pstore.rb persistent object strage using marshal
rational.rb rational number support
@@ -54,6 +56,7 @@ singleton.rb singleton design pattern library
sync.rb 2 phase lock
telnet.rb obsolete - use net/telnet
tempfile.rb temporary file with automatic removal
+time.rb RFC2822, RFC2616, ISO8601 style time formatting/parsing
thread.rb thread support
thwait.rb thread syncronization class
timeout.rb provides timeout