ruby-changes:38289
From: hsbt <ko1@a...>
Date: Thu, 23 Apr 2015 10:02:01 +0900 (JST)
Subject: [ruby-changes:38289] hsbt:r50370 (trunk): * lib/delegate.rb: fix a typo.
hsbt 2015-04-23 10:01:44 +0900 (Thu, 23 Apr 2015) New Revision: 50370 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50370 Log: * lib/delegate.rb: fix a typo. [fix GH-881][ci skip] Patch by @Zorbash Modified files: trunk/ChangeLog trunk/lib/delegate.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 50369) +++ ChangeLog (revision 50370) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Thu Apr 23 10:01:36 2015 SHIBATA Hiroshi <hsbt@r...> + + * lib/delegate.rb: fix a typo. + [fix GH-881][ci skip] Patch by @Zorbash + Wed Apr 22 18:36:50 2015 Shugo Maeda <shugo@r...> * lib/net/imap.rb (move, uid_move): support the MOVE command defined Index: lib/delegate.rb =================================================================== --- lib/delegate.rb (revision 50369) +++ lib/delegate.rb (revision 50370) @@ -17,7 +17,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/delegate.rb#L17 # yourself needing this control, have a look at Forwardable which is also in # the standard library. It may suit your needs better.) # -# SimpleDelegator's implementation serves as a nice example if the use of +# SimpleDelegator's implementation serves as a nice example of the use of # Delegator: # # class SimpleDelegator < Delegator -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/