Closed yawboakye closed 1 year ago
Adopt the frozen_string_literal magic comment that allows the Ruby VM to store literal strings efficiently.
frozen_string_literal
This issue is a (choose one):
Checklist before submitting:
Description
Adopt the
frozen_string_literal
magic comment that allows the Ruby VM to store literal strings efficiently.