[DOC] Fixed the FrozenError.new result [ci skip]
This commit is contained in:
parent
9e02568363
commit
33f0ef44fd
2
error.c
2
error.c
@ -1411,7 +1411,7 @@ exit_success_p(VALUE exc)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* FrozenError.new(msg=nil, receiver=nil) -> name_error
|
* FrozenError.new(msg=nil, receiver=nil) -> frozen_error
|
||||||
*
|
*
|
||||||
* Construct a new FrozenError exception. If given the <i>receiver</i>
|
* Construct a new FrozenError exception. If given the <i>receiver</i>
|
||||||
* parameter may subsequently be examined using the FrozenError#receiver
|
* parameter may subsequently be examined using the FrozenError#receiver
|
||||||
|
Loading…
x
Reference in New Issue
Block a user