From: "charliesome (Charlie Somerville)" Date: 2012-12-04T18:54:37+09:00 Subject: [ruby-core:50552] [ruby-trunk - Bug #7508][Open] Clean up some more calls to rb_intern() Issue #7508 has been reported by charliesome (Charlie Somerville). ---------------------------------------- Bug #7508: Clean up some more calls to rb_intern() https://bugs.ruby-lang.org/issues/7508 Author: charliesome (Charlie Somerville) Status: Open Priority: Normal Assignee: Category: Target version: ruby -v: ruby 2.0.0dev (2012-12-04 trunk 38177) [x86_64-darwin11.4.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/