[DOC] Remove about FrozenError from Ractor::MovedObject [ci skip]
Because unfreeze Ractor::MovedObject at
76e8848037
This commit is contained in:
parent
1ecac8e4d0
commit
74a7877836
9
ractor.c
9
ractor.c
@ -2009,15 +2009,6 @@ ractor_moved_missing(int argc, VALUE *argv, VALUE self)
|
|||||||
* # => true
|
* # => true
|
||||||
* ary.inspect
|
* ary.inspect
|
||||||
* # Ractor::MovedError (can not send any methods to a moved object)
|
* # Ractor::MovedError (can not send any methods to a moved object)
|
||||||
*
|
|
||||||
* The class MovedObject is frozen to avoid tampering with it:
|
|
||||||
*
|
|
||||||
* class Ractor::MovedObject
|
|
||||||
* def inspect
|
|
||||||
* "<MyMovedObject>"
|
|
||||||
* end
|
|
||||||
* end
|
|
||||||
* # FrozenError (can't modify frozen class: Ractor::MovedObject)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Main docs are in ractor.rb, but without this clause there are weird artifacts
|
// Main docs are in ractor.rb, but without this clause there are weird artifacts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user