summaryrefslogtreecommitdiff
path: root/lib/README
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-17 20:58:34 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-17 20:58:34 +0000
commit51b031093069dd4a89e25b6057f1eca8c0c7e24e (patch)
treee06ff239b5647ee8ecb1d9c507a5655e683ad948 /lib/README
parentc611b6d0cc50af72847ddb7c1d0f31aa3b18da25 (diff)
* lib/Env.rb, lib/base64.rb, lib/importenv.rb, lib/eregex.rb: removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/README b/lib/README
index 8799115eae..1df5197e8b 100644
--- a/lib/README
+++ b/lib/README
@@ -1,7 +1,5 @@
English.rb lets Perl'ish global variables have English names
-Env.rb loads importenv.rb
README this file
-base64.rb encodes/decodes base64 (obsolete)
benchmark.rb a benchmark utility
cgi-lib.rb simple CGI support library (old style)
cgi.rb CGI support library
@@ -15,7 +13,6 @@ delegate.rb delegates messages to other object
drb.rb distributed Ruby
e2mmap.rb exception utilities
erb.rb tiny eRuby library
-eregex.rb extended regular expression (just a proof of concept)
fileutils.rb file utilities
finalize.rb adds finalizer to the object
find.rb traverses directory tree
@@ -24,7 +21,6 @@ ftools.rb file tools
getoptlong.rb GNU getoptlong compatible
getopts.rb parses command line options (use getoptlong)
gserver.rb general TCP server
-importenv.rb imports environment variables as global variables
ipaddr.rb defines the IPAddr class
irb.rb interactive ruby
logger.rb simple logging utility