ruby-changes:13598
From: marcandre <ko1@a...>
Date: Sat, 17 Oct 2009 04:20:46 +0900 (JST)
Subject: [ruby-changes:13598] Ruby:r25379 (trunk): * lib/delegate: rdoc typo
marcandre 2009-10-17 04:20:35 +0900 (Sat, 17 Oct 2009) New Revision: 25379 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25379 Log: * lib/delegate: rdoc typo Modified files: trunk/lib/delegate.rb Index: lib/delegate.rb =================================================================== --- lib/delegate.rb (revision 25378) +++ lib/delegate.rb (revision 25379) @@ -145,7 +145,7 @@ end # - # Checks for a method provided by this the delegate object by fowarding the + # Checks for a method provided by this the delegate object by forwarding the # call through \_\_getobj\_\_. # def respond_to_missing?(m, include_private = false) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/