2001-05-26 16:29:29 +04:00
|
|
|
English.rb lets Perl'ish global variables have English names
|
1999-08-13 09:45:20 +04:00
|
|
|
README this file
|
2002-03-14 09:23:46 +03:00
|
|
|
benchmark.rb a benchmark utility
|
2001-05-26 16:29:29 +04:00
|
|
|
cgi.rb CGI support library
|
2002-12-23 20:13:25 +03:00
|
|
|
cgi/session.rb CGI session class
|
2007-08-05 08:10:51 +04:00
|
|
|
complex.rb complex number support
|
2003-09-25 19:10:46 +04:00
|
|
|
csv.rb CSV parser/generator
|
2000-12-18 12:46:21 +03:00
|
|
|
date.rb date object
|
2002-05-19 14:28:36 +04:00
|
|
|
date/format.rb date parsing and formatting
|
1999-08-13 09:45:20 +04:00
|
|
|
debug.rb ruby debugger
|
2001-05-26 16:29:29 +04:00
|
|
|
delegate.rb delegates messages to other object
|
2003-09-25 19:10:46 +04:00
|
|
|
drb.rb distributed Ruby
|
1999-08-13 09:45:20 +04:00
|
|
|
e2mmap.rb exception utilities
|
2002-12-23 20:13:25 +03:00
|
|
|
erb.rb tiny eRuby library
|
2002-03-26 05:03:04 +03:00
|
|
|
fileutils.rb file utilities
|
2001-05-26 16:29:29 +04:00
|
|
|
finalize.rb adds finalizer to the object
|
|
|
|
find.rb traverses directory tree
|
2001-05-26 16:38:16 +04:00
|
|
|
forwardable.rb explicit delegation library
|
1999-08-13 09:45:20 +04:00
|
|
|
ftools.rb file tools
|
|
|
|
getoptlong.rb GNU getoptlong compatible
|
2001-05-26 16:38:16 +04:00
|
|
|
getopts.rb parses command line options (use getoptlong)
|
2003-09-25 19:10:46 +04:00
|
|
|
gserver.rb general TCP server
|
2002-12-23 20:07:49 +03:00
|
|
|
ipaddr.rb defines the IPAddr class
|
2001-05-26 16:29:29 +04:00
|
|
|
irb.rb interactive ruby
|
2003-09-25 19:10:46 +04:00
|
|
|
logger.rb simple logging utility
|
2001-05-26 16:29:29 +04:00
|
|
|
mailread.rb reads mail headers
|
1999-08-13 09:45:20 +04:00
|
|
|
mathn.rb extended math operation
|
|
|
|
matrix.rb matrix calculation library
|
|
|
|
mkmf.rb Makefile maker
|
|
|
|
monitor.rb exclusive region monitor for thread
|
|
|
|
mutex_m.rb mutex mixin
|
2001-05-26 16:38:16 +04:00
|
|
|
net/ftp.rb ftp access
|
|
|
|
net/http.rb HTTP access
|
|
|
|
net/imap.rb IMAP4 access
|
|
|
|
net/pop.rb POP3 access
|
2002-03-26 05:03:04 +03:00
|
|
|
net/protocol.rb abstract class for net library (DO NOT USE)
|
2001-05-26 16:38:16 +04:00
|
|
|
net/smtp.rb SMTP access
|
|
|
|
net/telnet.rb telnet library
|
1999-08-13 09:45:20 +04:00
|
|
|
observer.rb observer desing pattern library (provides Observable)
|
2003-09-25 19:10:46 +04:00
|
|
|
open-uri.rb easy-to-use network interface using URI and Net
|
2001-05-26 16:29:29 +04:00
|
|
|
open3.rb opens subprocess connection stdin/stdout/stderr
|
2003-09-25 19:10:46 +04:00
|
|
|
optparse.rb command line option analysis
|
1999-08-13 09:45:20 +04:00
|
|
|
ostruct.rb python style object
|
|
|
|
parsearg.rb argument parser using getopts
|
2007-08-05 08:10:51 +04:00
|
|
|
parsedate.rb parses date string (obsolete)
|
2003-09-25 19:10:46 +04:00
|
|
|
pathname.rb Object-Oriented Pathname Class
|
2001-12-24 23:34:04 +03:00
|
|
|
pp.rb pretty print objects
|
|
|
|
prettyprint.rb pretty printing algorithm
|
2002-12-23 20:13:25 +03:00
|
|
|
profile.rb runs ruby profiler
|
|
|
|
profiler.rb ruby profiler module
|
1999-08-13 09:45:20 +04:00
|
|
|
pstore.rb persistent object strage using marshal
|
2002-03-22 10:20:31 +03:00
|
|
|
racc/parser.rb racc (Ruby yACC) runtime
|
1999-08-13 09:45:20 +04:00
|
|
|
rational.rb rational number support
|
2003-12-01 09:28:35 +03:00
|
|
|
rdoc source-code documentation tool
|
2001-05-30 13:10:30 +04:00
|
|
|
resolv-replace.rb replace Socket DNS by resolve.rb
|
2002-12-23 20:13:25 +03:00
|
|
|
resolv.rb DNS resolver in Ruby
|
2003-09-25 19:10:46 +04:00
|
|
|
rexml an XML parser for Ruby, in Ruby
|
|
|
|
rubyunit.rb original Ruby Unit testing framework
|
|
|
|
scanf.rb scanf for Ruby
|
2002-12-23 20:13:25 +03:00
|
|
|
set.rb defines the Set class
|
2001-05-26 16:29:29 +04:00
|
|
|
shell.rb runs commands and does pipeline operations like shell
|
2001-05-30 13:10:30 +04:00
|
|
|
shellwords.rb split into words like shell
|
1999-08-13 09:45:20 +04:00
|
|
|
singleton.rb singleton design pattern library
|
2003-09-25 19:10:46 +04:00
|
|
|
soap SOAP 1.1 implementation
|
1999-08-13 09:45:20 +04:00
|
|
|
sync.rb 2 phase lock
|
2001-05-26 16:29:29 +04:00
|
|
|
tempfile.rb temporary file with automatic removal
|
2003-09-25 19:10:46 +04:00
|
|
|
test/unit Ruby Unit Testing Framework
|
1999-08-13 09:45:20 +04:00
|
|
|
thread.rb thread support
|
|
|
|
thwait.rb thread syncronization class
|
2002-12-23 20:13:25 +03:00
|
|
|
time.rb RFC2822, RFC2616, ISO8601 style time formatting/parsing
|
2001-05-26 16:29:29 +04:00
|
|
|
timeout.rb provides timeout
|
2003-09-25 19:10:46 +04:00
|
|
|
tmpdir.rb retrieve temporary directory path
|
1999-08-13 09:45:20 +04:00
|
|
|
tracer.rb execution tracer
|
2002-03-11 17:09:11 +03:00
|
|
|
tsort.rb topological sorting
|
2003-09-25 19:10:46 +04:00
|
|
|
un.rb Utilities to replace common UNIX commands in Makefiles etc
|
2002-01-10 11:00:51 +03:00
|
|
|
uri.rb URI support
|
|
|
|
uri/ftp.rb ftp scheme support
|
|
|
|
uri/http.rb http scheme support
|
|
|
|
uri/https.rb https scheme support
|
|
|
|
uri/ldap.rb ldap scheme support
|
|
|
|
uri/mailto.rb mailto scheme support
|
1999-08-13 09:45:20 +04:00
|
|
|
weakref.rb weak reference class
|
2003-09-25 19:10:46 +04:00
|
|
|
webrick.rb WEB server toolkit
|
2003-09-26 13:30:07 +04:00
|
|
|
wsdl WSDL 1.1 implementation
|
2003-09-25 19:10:46 +04:00
|
|
|
xmlrpc XML-RPC implementation
|
|
|
|
xsd XML Schema Datatypes implementation
|
|
|
|
yaml.rb YAML implementation
|