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:
parent
98c88786c7
commit
97d9be7908
1 changed files with 1 additions and 1 deletions
2
error.c
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue