"singleton_method_added", runtime.fastNewSymbol(mname));
} else {
containingClass.callMethod(context, "method_added", runtime.fastNewSymbol(mname));
}
push(runtime.getNil());
runtime.incGlobalState();
break;
case YARVInstructions.SEND: {
ip = send(runtime, context, self, bytecodes, stackStart, ip);
break;
}