ruby-changes:32597
From: hsbt <ko1@a...>
Date: Tue, 21 Jan 2014 21:00:13 +0900 (JST)
Subject: [ruby-changes:32597] hsbt:r44676 (trunk): * doc/syntax/refinements.rdoc: typo fix by @skade [fix GH-508]
hsbt 2014-01-21 21:00:08 +0900 (Tue, 21 Jan 2014) New Revision: 44676 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44676 Log: * doc/syntax/refinements.rdoc: typo fix by @skade [fix GH-508] Modified files: trunk/doc/syntax/refinements.rdoc Index: doc/syntax/refinements.rdoc =================================================================== --- doc/syntax/refinements.rdoc (revision 44675) +++ doc/syntax/refinements.rdoc (revision 44676) @@ -42,7 +42,7 @@ Activate the refinement with #using: https://github.com/ruby/ruby/blob/trunk/doc/syntax/refinements.rdoc#L42 using M - x = C.new + c = C.new c.foo # prints "C#foo in M" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/