summaryrefslogtreecommitdiff
path: root/error.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-26 10:55:45 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-26 10:55:45 +0000
commit97d9be7908ee76b5af3b6d25ee788a32ebd4ef3d (patch)
tree4d0366e979e7e9db1a5e03410ba424dc4f7e5dd1 /error.c
parent98c88786c7a77a6c18c8e1be40a83c1452e15bff (diff)
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
Diffstat (limited to 'error.c')
-rw-r--r--error.c2
1 files changed, 1 insertions, 1 deletions
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