Project

General

Profile

« Previous | Next » 

Revision 6ffc045a

Added by Eregon (Benoit Daloze) over 4 years ago

[EXPERIMENTAL] Make Symbol#to_s return a frozen String

  • Always the same frozen String for a given Symbol.
  • Avoids extra allocations whenever calling Symbol#to_s.
  • See [Feature #16150]