ruby-changes:53164
From: stomar <ko1@a...>
Date: Fri, 26 Oct 2018 21:21:27 +0900 (JST)
Subject: [ruby-changes:53164] stomar:r65378 (trunk): proc.c: [DOC] fix grammar in doc for Method#to_s
stomar 2018-10-26 21:21:22 +0900 (Fri, 26 Oct 2018) New Revision: 65378 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65378 Log: proc.c: [DOC] fix grammar in doc for Method#to_s Modified files: trunk/proc.c Index: proc.c =================================================================== --- proc.c (revision 65377) +++ proc.c (revision 65378) @@ -2618,8 +2618,8 @@ rb_method_parameters(VALUE method) https://github.com/ruby/ruby/blob/trunk/proc.c#L2618 * "cat".method(:count).inspect #=> "#<Method: String#count>" * (1..3).method(:map).inspect #=> "#<Method: Range(Enumerable)#map>" * - * In the latter case, method description includes the "owner" of original - * method (+Enumerable+ module, which is included into +Range+). + * In the latter case, the method description includes the "owner" of the + * original method (+Enumerable+ module, which is included into +Range+). */ static VALUE -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/