Project

General

Profile

« Previous | Next » 

Revision eff15a26

Added by byroot (Jean Boussier) about 6 years ago

[EXPERIMENTAL] Make NilClass#to_s, TrueClass#to_s and FalseClass#to_s return a frozen String

* Always the same frozen String for each of these values. * Avoids extra allocations whenever calling these 3 methods. * See [Feature #16150]