From 97d9be7908ee76b5af3b6d25ee788a32ebd4ef3d Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 26 Jan 2018 10:55:45 +0000 Subject: error.c: [DOC] NoMethodError.new [ci skip] * error.c (nometh_err_initialize): [RDOC] added missing optional argument priv. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'error.c') diff --git a/error.c b/error.c index 0704d2e057..1ae4093cb6 100644 --- a/error.c +++ b/error.c @@ -1418,7 +1418,7 @@ name_err_local_variables(VALUE self) /* * 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 -- cgit v1.2.3