aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/ostruct.rb: Improve documentation. Patch by Franklin Webber.drbrain2011-05-221-18/+113
* * lib/timeout.rb: Improve documentation. Patch by David Copeland.drbrain2011-05-221-20/+27
* * lib/ipaddr.rb: Improve documentation. Patch by Sandor Szucs.drbrain2011-05-221-0/+16
* * lib/forwardable.rb: Document def_delegator. Patch by Sandor Szucs.drbrain2011-05-221-0/+19
* * lib/fileutils.rb: Document block behavior of FileUtils.cd. Patch bydrbrain2011-05-221-0/+4
* * lib/scanf.rb: fix typosnagachika2011-05-201-2/+2
* * lib/scanf.rb: Improve documentation. Patch by Gabe McArthur.drbrain2011-05-191-326/+376
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-1954-1928/+1928
* * lib/benchmark.rb: Fix indentation.drbrain2011-05-182-47/+47
* * lib/net/imap.rb: Fix indentation of EOF for heredoc.drbrain2011-05-182-3/+3
* * lib/mkmf.rb: Fix indentation of EOM for heredoc.drbrain2011-05-181-2/+2
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-1866-3827/+3829
* * lib/cgi/util.rb: Improve documentation. Patch by Clinton Nixon.drbrain2011-05-183-0/+16
* * lib/tempfile.rb: Document Dir.mkdir and Dir.rmdir. Patch by Clintondrbrain2011-05-181-0/+9
* * lib: remove trailing spaces.nobu2011-05-187-54/+54
* * lib/timeout.rb (Timeout#timeout): don't leak "execution expired"kosaki2011-05-181-15/+17
* * lib/cmath.rb: Add some examples and improve documentation. Patch bydrbrain2011-05-171-12/+35
* * lib/benchmark.rb: Remove nodoc from Benchmark::Job anddrbrain2011-05-171-2/+6
* * lib/webrick/compat.rb: Improve documentation. Patch by Sandordrbrain2011-05-171-0/+20
* * lib/tracer.rb: Improve documentation. Patch by Richard Ramsden.drbrain2011-05-171-17/+115
* * lib/cmath.rb: Improve documentation. Patch by Jason Dew.drbrain2011-05-171-0/+43
* * lib/net/ftp.rb (module Net):drbrain2011-05-171-1/+54
* * lib/singleton.rb: Improve documentation. Patch by Pete Higgins.drbrain2011-05-171-225/+84
* * lib/net/http.rb: Improve documentation of proxy configurationdrbrain2011-05-161-4/+12
* * lib/net/pop.rb: Improve documentation. Patch by Vincent Batts.drbrain2011-05-162-0/+22
* * lib/net/http.rb: Fix nodoc for Net::HTTP::version_1_1?. Patch bydrbrain2011-05-161-2/+1
* * lib/optparse.rb: Add link to make_switch to improve documentation.drbrain2011-05-161-1/+2
* * lib/observer.rb: Improve documentation. Patch by David Copeland.drbrain2011-05-161-32/+41
* * lib/logger.rb: Improve documentation. Patch by David Copeland.drbrain2011-05-161-48/+83
* * lib/gserver.rb: Improve documentation. Patch by David Copeland.drbrain2011-05-161-13/+69
* * lib/cgi.rb: Add toplevel documentation to class CGIdrbrain2011-05-165-205/+244
* * lib/abbrev.rb: Hide copyright and revision information from RDoc.drbrain2011-05-161-3/+2
* * lib/timeout.rb (module Timeout): Hide internal constants. Patch bydrbrain2011-05-161-0/+2
* * lib/rdoc.rb: Update to RDoc 3.6.1, allows OpenSSL::Digest to bedrbrain2011-05-152-13/+26
* * lib/drb/acl.rb: Add documentation.drbrain2011-05-151-2/+106
* * remove trailing spaces.nobu2011-05-1523-64/+64
* * lib/erb.rb: Document ERB::Compiler. Patch by Simon Chiang.drbrain2011-05-141-6/+91
* * lib/yaml/dbm.rb: fix a typo in a comment.nagachika2011-05-141-1/+1
* * lib/rdoc/context.rb (class RDoc): Fix infinite loop caused bydrbrain2011-05-141-0/+13
* * lib/yaml/dbm.rb: Add documentation. Patch by Justin Collins.drbrain2011-05-142-7/+153
* * lib/rdoc.rb: Updated to RDoc 3.6drbrain2011-05-1416-88/+198
* * lib/uri.rb: Add toplevel documentation. Patch by Vincent Batts.drbrain2011-05-139-13/+110
* * lib/ipaddr.rb (unless Socket): Document valid*? methods. Patch bydrbrain2011-05-131-0/+3
* * lib/rexml/functions.rb: Add some documentation for REXML::Functions.drbrain2011-05-131-0/+7
* * lib/resolv.rb: Hide private method and state-tracking constants fromdrbrain2011-05-131-3/+3
* * lib/logger.rb: format comments to keep 80 columns in a line.nagachika2011-05-134-8/+11
* * lib/rdoc/rdoc.rb: Output summary after documentation report.drbrain2011-05-122-24/+21
* * lib/fileutils.rb: Hide internal methods from RDoc. Patch by Darraghdrbrain2011-05-121-5/+5
* * lib/webrick/httpservlet/erbhandler.rb: Add documentation.drbrain2011-05-121-0/+33
* * lib/mathn.rb: Fix indentation. Patch by Jason Dew.drbrain2011-05-121-47/+50