ruby-changes:49937
From: nobu <ko1@a...>
Date: Fri, 26 Jan 2018 19:55:50 +0900 (JST)
Subject: [ruby-changes:49937] nobu:r62055 (trunk): error.c: [DOC] NoMethodError.new [ci skip]
nobu 2018-01-26 19:55:45 +0900 (Fri, 26 Jan 2018) New Revision: 62055 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62055 Log: error.c: [DOC] NoMethodError.new [ci skip] * error.c (nometh_err_initialize): [RDOC] added missing optional argument priv. Modified files: trunk/error.c Index: error.c =================================================================== --- error.c (revision 62054) +++ error.c (revision 62055) @@ -1418,7 +1418,7 @@ name_err_local_variables(VALUE self) https://github.com/ruby/ruby/blob/trunk/error.c#L1418 /* * call-seq: - * NoMethodError.new([msg, *, name [, args]]) -> no_method_error + * NoMethodError.new([msg, *, name [, args [, priv]]]) -> no_method_error * * Construct a NoMethodError exception for a method of the given name * called with the given arguments. The name may be accessed using -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/