From 9e24bae3428f726800da2963a8f2695f7d4064cd Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 2 Jan 2016 22:29:12 +0000 Subject: enable frozen_string_literal for Ruby 2.3+ There are likely yet-to-be-discovered bugs in here. Also, keeping explicit #freeze calls for 2.2 users, since most users have not migrated to 2.3, yet. --- test/test_tmpio.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_tmpio.rb') diff --git a/test/test_tmpio.rb b/test/test_tmpio.rb index 79c9f32..5e49cce 100644 --- a/test/test_tmpio.rb +++ b/test/test_tmpio.rb @@ -1,6 +1,7 @@ # -*- encoding: binary -*- # Copyright (C) 2009-2015 all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-2.0.txt) +# frozen_string_literal: true require_relative 'helper' class TestTmpIO < Testcase -- cgit v1.2.3-24-ge0c7