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