Skip to content

Commit

Permalink
Add frozen_string_literal pragma
Browse files Browse the repository at this point in the history
To avoid unnecessary String allocations.
  • Loading branch information
owst committed Jan 31, 2024
1 parent 16401cc commit ca0f8ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/ruby/mail_checker.tmpl.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# frozen_string_literal: true
require 'set'

module MailChecker
Expand Down

0 comments on commit ca0f8ab

Please sign in to comment.