Miniscule patch to Forwardable (Found a typo)
"Gregory Brown" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.documentation |
|---|---|
| Message-ID | <[email protected]> |
Hi. This is my first post to this list. The patch below fixes a typo. --- 1.8/forwardable.rb 2005-09-26 09:59:45.000000000 -0400 +++ typo/forwardable.rb 2006-06-07 08:07:53.000000000 -0400 @@ -92,7 +92,7 @@ # array, like this: # # class RecordCollection -# extends Forwardable +# extend Forwardable # def_delegator :@records, :[], :record_number # end #