summaryrefslogtreecommitdiff
path: root/test/psych/test_exception.rb
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 /test/psych/test_exception.rb
parent0ecb87ce7169f945c9fce55ef3f1b9d859283a73 (diff)
downloadpsych-56d545e278577b3cfb3f71905a54f85cd2fba16c.zip
make frozen_string_literal: true
Diffstat (limited to 'test/psych/test_exception.rb')
-rw-r--r--test/psych/test_exception.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/psych/test_exception.rb b/test/psych/test_exception.rb
index fa80fdb..3040bfb 100644
--- a/test/psych/test_exception.rb
+++ b/test/psych/test_exception.rb
@@ -1,4 +1,4 @@
-# frozen_string_literal: false
+# frozen_string_literal: true
require_relative 'helper'
module Psych