From: "charliesome (Charlie Somerville)" Date: 2013-12-14T14:17:50+09:00 Subject: [ruby-core:59103] [ruby-trunk - Feature #7508][Closed] Clean up some more calls to rb_intern() Issue #7508 has been updated by charliesome (Charlie Somerville). Status changed from Assigned to Closed nobu: I'll close this ticket - the patch is unlikely to still apply cleanly. ---------------------------------------- Feature #7508: Clean up some more calls to rb_intern() https://bugs.ruby-lang.org/issues/7508#change-43664 Author: charliesome (Charlie Somerville) Status: Closed Priority: Normal Assignee: charliesome (Charlie Somerville) Category: core Target version: current: 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/