Issue #7508 has been updated by ko1 (Koichi Sasada). Target version changed from next minor to 2.1.0 I have an opinion. I want to move all static IDs move to defs/id.def. I have no objection with this patch. But all of replace can be replaced after that. What do you think about? ---------------------------------------- Feature #7508: Clean up some more calls to rb_intern() https://bugs.ruby-lang.org/issues/7508#change-36392 Author: charliesome (Charlie Somerville) Status: Assigned Priority: Normal Assignee: charliesome (Charlie Somerville) Category: core Target version: 2.1.0 Related to #7495, I cleaned up a few more calls to rb_intern, replacing some with IDs defined in id.h, and others with IDs interned once on initialization and then cached. -- http://bugs.ruby-lang.org/