Feature #2824 ยป singleton-compile.c.patch
compile.c | ||
---|---|---|
case NODE_SCLASS:{
|
||
ID singletonclass;
|
||
VALUE iseqval =
|
||
NEW_ISEQVAL(node->nd_body, rb_str_new2("singletonclass"),
|
||
NEW_ISEQVAL(node->nd_body, rb_str_new2("singleton class"),
|
||
ISEQ_TYPE_CLASS, nd_line(node));
|
||
COMPILE(ret, "sclass#recv", node->nd_recv);
|