class X::Syntax::Self::WithoutObject does X::Syntax { }

当在没有调用者可用的地方引用 self 时抛出语法错误。

例如

self;

在类或角色声明外死亡

===SORRY!===
'self' used where no object is available