Use frozen string literals

Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
This commit is contained in:
Étienne Barrié 2024-10-21 12:04:56 +02:00 committed by Hiroshi SHIBATA
parent 5f97468958
commit 82f7550f65
28 changed files with 56 additions and 64 deletions

View file

@ -1,4 +1,4 @@
# frozen_string_literal: false
# frozen_string_literal: true
require 'mkmf'
have_func("rb_enc_raise", "ruby.h")