Download Firefox: WindowsMac OS X
logo       
Google Custom Search
    AddThis Social Bookmark Button

Miniscule patch to Forwardable (Found a typo): msg#00000

Subject: Miniscule patch to Forwardable (Found a typo)
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
#




<Prev in Thread] Current Thread [Next in Thread>