Skip to content

Enable frozen string in newly added files

gfyoung requested to merge (removed):frozen-string-vestigial into master

What does this MR do?

Enable frozen string literals in vestigial files in:

  • app/uploaders/**/*.rb.
  • app/workers/**/*.rb.

Why was this MR needed?

Because frozen strings require fewer memory allocations, and memory efficiency is a good thing.

What are the relevant issue numbers?

Partially addresses #47424 (closed), in particular this comment

Suggested Reviewers/Approvers/Mergers

@stanhu @godfat @rymai

Merge request reports