From: "charliesome (Charlie Somerville)" Date: 2013-02-17T14:40:14+09:00 Subject: [ruby-core:52342] [ruby-trunk - Feature #7508] Clean up some more calls to rb_intern() Issue #7508 has been updated by charliesome (Charlie Somerville). Target version changed from 2.0.0 to next minor Whoops I forgot about this ticket. I'll commit it soon. ---------------------------------------- Feature #7508: Clean up some more calls to rb_intern() https://bugs.ruby-lang.org/issues/7508#change-36387 Author: charliesome (Charlie Somerville) Status: Assigned Priority: Normal Assignee: charliesome (Charlie Somerville) Category: core Target version: next minor 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/