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
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…
x
Reference in New Issue
Block a user