[ruby/syntax_suggest] Freeze strings

https://github.com/ruby/syntax_suggest/commit/b17bf0baca
This commit is contained in:
Schneems 2024-11-15 10:00:33 -06:00 committed by git
parent ed4871afed
commit 7969f6791f

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
module SyntaxSuggest
# Mini String IO [Private]
#