-
Jean Boussier authored
This can save a significant amount of string allocation in some scenarios and is more consistent with modern Ruby code where `frozen_string_literal` is enabled most of the time.
Jean Boussier authoredThis can save a significant amount of string allocation in some scenarios and is more consistent with modern Ruby code where `frozen_string_literal` is enabled most of the time.
Loading