Actions
Feature #7508
closed
Clean up some more calls to rb_intern()
Feature #7508:
Clean up some more calls to rb_intern()
Description
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.
Files
Actions