From 74a78778362a7ad9aa246f2cb1a30174a6007365 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Mon, 21 Dec 2020 13:25:03 +0900 Subject: [DOC] Remove about FrozenError from Ractor::MovedObject [ci skip] Because unfreeze Ractor::MovedObject at https://github.com/ruby/ruby/commit/76e88480371469400346fca609efe67096813915 --- ractor.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'ractor.c') diff --git a/ractor.c b/ractor.c index 7c5c864612..8c4f06a6b0 100644 --- a/ractor.c +++ b/ractor.c @@ -2009,15 +2009,6 @@ ractor_moved_missing(int argc, VALUE *argv, VALUE self) * # => true * ary.inspect * # 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 - * "" - * end - * end - * # FrozenError (can't modify frozen class: Ractor::MovedObject) */ // Main docs are in ractor.rb, but without this clause there are weird artifacts -- cgit v1.2.3