1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
nobu 2018-01-26 10:55:45 +00:00
parent 98c88786c7
commit 97d9be7908

View file

@ -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