aboutsummaryrefslogtreecommitdiffstats
path: root/lib/forwardable.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/forwardable.rb: Document def_delegator. Patch by Sandor Szucs.drbrain2011-05-221-0/+19
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-191-17/+17
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-17/+17
* * lib/forwardable.rb: support 'delegate :foo => :bar' for to meetkeiju2011-05-111-2/+2
* Clean warnings: unused variables.naruse2010-06-231-5/+1
* * ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb,nobu2010-05-231-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-9/+9
* * lib/foerwardable.rb: should be usable def_single_delegator forkeiju2008-11-281-18/+111
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-041-1/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-2/+2
* * range.c (rb_range_beg_len): should return Qfalse for non-rangematz2005-10-051-61/+145
* * matrix.rb (Matrix#column_vectors, Matrix#row_vectors): ditto bug.keiju2001-11-031-2/+2
* Initial revisionknu2001-05-071-0/+94