ruby-changes:48505
From: stomar <ko1@a...>
Date: Fri, 3 Nov 2017 05:23:51 +0900 (JST)
Subject: [ruby-changes:48505] stomar:r60620 (trunk): proc.c: fix rdoc for Method class documentation
stomar 2017-11-03 05:23:47 +0900 (Fri, 03 Nov 2017) New Revision: 60620 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60620 Log: proc.c: fix rdoc for Method class documentation * proc.c: [DOC] fix rdoc syntax for the class documentation of the Method class so that it is displayed in the rendered docs. Modified files: trunk/proc.c Index: proc.c =================================================================== --- proc.c (revision 60619) +++ proc.c (revision 60620) @@ -1470,7 +1470,7 @@ method_entry_defined_class(const rb_meth https://github.com/ruby/ruby/blob/trunk/proc.c#L1470 /********************************************************************** * - * Document-class : Method + * Document-class: Method * * Method objects are created by <code>Object#method</code>, and are * associated with a particular object (not just with a class). They -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/