summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2017-06-19 18:34:56 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2017-06-19 18:34:56 +0900
commit56d545e278577b3cfb3f71905a54f85cd2fba16c (patch)
tree516ec8f85113e862755efcaba7581a15f579218b /ext
parent0ecb87ce7169f945c9fce55ef3f1b9d859283a73 (diff)
downloadpsych-56d545e278577b3cfb3f71905a54f85cd2fba16c.tar.gz
make frozen_string_literal: truefrozen
Diffstat (limited to 'ext')
-rw-r--r--ext/psych/extconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/extconf.rb b/ext/psych/extconf.rb
index be33d35..6d8390e 100644
--- a/ext/psych/extconf.rb
+++ b/ext/psych/extconf.rb
@@ -1,5 +1,5 @@
# -*- coding: us-ascii -*-
-# frozen_string_literal: false
+# frozen_string_literal: true
require 'mkmf'
require 'fileutils'